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: [email protected]
