You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Abhishek Khurana (JIRA)" <ji...@apache.org> on 2018/05/16 06:07:00 UTC

[jira] [Created] (AIRFLOW-2470) Retry Time is not honored correctly

Abhishek Khurana created AIRFLOW-2470:
-----------------------------------------

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


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)