FFCMSouza commented on issue #38935:
URL: https://github.com/apache/airflow/issues/38935#issuecomment-2054217500

   > There are no plans to change the behaviour at the moment. Also, I don't 
know why you would want the callback to run when you intentionally failed a task
   
   In my case, I use Airflow as an orchestrator to run Spark applications 
(spark-sql and spark-submit). When a task has failed or is marked as failed, in 
addition to notifying that the task has failed, I need to make sure that the 
corresponding step has been canceled in Spark. Most of the time, when a task 
actually fails, the cancel step operation is unnecessary, but this is not the 
case when a task is marked as failed.
   
   I don't think it's such a rare scenario, plus similar issues have been 
opened before. I believe this behavior change would be very welcome in future 
Airflow releases.


-- 
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-unsubscr...@airflow.apache.org

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

Reply via email to