[
https://issues.apache.org/jira/browse/AIRFLOW-1035?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bolke de Bruin resolved AIRFLOW-1035.
-------------------------------------
Resolution: Fixed
Fix Version/s: 1.8.1
Issue resolved by pull request #2196
[https://github.com/apache/incubator-airflow/pull/2196]
> 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
> Fix For: 1.8.1
>
>
> 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)