[
https://issues.apache.org/jira/browse/AIRFLOW-2470?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16525123#comment-16525123
]
Ash Berlin-Taylor commented on AIRFLOW-2470:
--------------------------------------------
25 minutes seems like a _long_ time, but the retry_delay does not (and cannot)
guarantee that a task will retry in 5 seconds, only that it will not retry
_sooner_ than 5 seconds.
> Retry Time is not honored correctly
> ------------------------------------
>
> Key: AIRFLOW-2470
> URL: https://issues.apache.org/jira/browse/AIRFLOW-2470
> Project: Apache Airflow
> Issue Type: Bug
> Components: DagRun
> Reporter: Abhishek Khurana
> Priority: Critical
>
> The retry time that is mentioned in the Dag is not honored correctly.
> For example, we posted a Dag with retry count=2 and with a delay of 5 seconds
> and following are the observations :
> 1) We observed that when there was no load on scheduler, it took about 30
> seconds to retry each time so time of 5 seconds was not being honored here
> 2)We tried this again where there was existing load on scheduler. In this
> case, it took 25 minutes for each retry.
>
> Expected : It should have retried in 5 seconds which is not the case
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)