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 2021/03/15 20:53:20 UTC

[GitHub] [airflow] lsowen commented on issue #13853: Clearing of historic Task or DagRuns leads to failed DagRun

lsowen commented on issue #13853:
URL: https://github.com/apache/airflow/issues/13853#issuecomment-799744386


   I think the issue was is `1.10.x`, dagrun_timeout was essentially "how long as this DAG been executing".  In `2.0.x` it is now "how long has it been since the _scheduled_ start time".  
   
   I think the old behavior makes more sense, as it:
   1. Enforces a maximum DAG duration (intended effect)
   2. While still allowing a DAG to be re-executed


----------------------------------------------------------------
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.

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