You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Alex Guziel (JIRA)" <ji...@apache.org> on 2017/03/23 19:06:41 UTC

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

Alex Guziel created AIRFLOW-1035:
------------------------------------

             Summary: 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)