You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/07/01 11:18:22 UTC

[GitHub] [airflow] spatocode commented on issue #23664: Max dagrun limitation should not stop failed dagrun from retry

spatocode commented on issue #23664:
URL: https://github.com/apache/airflow/issues/23664#issuecomment-1172237799

   @NickYadance From your description and example code, the previous dag runs didn't retry because you set retries to 0. If you set retries to 3 for example, the failed dag would retry 3 times. If the dag failed after the 3rd retry, it stucks and stops other dagruns from running. So, i believe the issue here is to make sure other dagruns proceed when a previous dag retry fails.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org