You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/04/07 17:35:41 UTC

[jira] [Commented] (AIRFLOW-1035) Exponential backoff retry logic should use 2 as base

    [ https://issues.apache.org/jira/browse/AIRFLOW-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15961165#comment-15961165 ] 

ASF subversion and git services commented on AIRFLOW-1035:
----------------------------------------------------------

Commit 4ec932b551774bb394c5770c4d2660f565a4c592 in incubator-airflow's branch refs/heads/master from [~ivan.vergiliev]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=4ec932b ]

[AIRFLOW-1035] Use binary exponential backoff

Closes #2196 from IvanVergiliev/exponential-
backoff


> Exponential backoff retry logic should use 2 as base
> ----------------------------------------------------
>
>                 Key: AIRFLOW-1035
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1035
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Alex Guziel
>            Assignee: Alex Guziel
>
> Right now, the exponential backoff logic computes it as 
> (retry_period) ^ (retry_number) instead of retry_period * 2 ^ retry_number. 
> See https://en.wikipedia.org/wiki/Exponential_backoff



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)