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/10/13 10:31:20 UTC

[GitHub] [airflow] eladkal commented on issue #26854: Fail fast a Dag if any of the tasks failed

eladkal commented on issue #26854:
URL: https://github.com/apache/airflow/issues/26854#issuecomment-1277391689

   > it means if any of the task fails it is required to stop all the rest tasks running in parallel and mark the entire Dag as FAILED.
   
   I think the actual request here is to stop all running tasks (Which has been asked before https://github.com/apache/airflow/issues/10704 ). If we externally killing the running tasks then they will be in `failed` status, as a result their downstream tasks will be automatically marked as `upstream_failed` (assuming `all_success` trigger rule). Then you will get the behavior of immediately failing a DAG without need to implement failing a DAG functionality.
   
   
    
   


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