fuyi commented on issue #9166: URL: https://github.com/apache/airflow/issues/9166#issuecomment-647125514
Hello @zorseti , Are you suggesting me to set `execution_timeout` for each individual task to control when to fail the DAG? This works. However, I have a use case: `I don't care how much time each task runs, but I need to fail the DAG run and underneath task instances after X hours` which I think `dagrun_timeout` is more appropriate here. ---------------------------------------------------------------- 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]
