hussein-awala commented on issue #30264:
URL: https://github.com/apache/airflow/issues/30264#issuecomment-1483841461

   > The goal is to change the behavior, but not necessarily from skipped to 
fail, just something to trigger the handle_failure method so callbacks can 
exhibit (more) expected behavior from users.
   
   Since the task didn't fail, I don't see the need to run the failure callback 
in every stopped task, the dag failure callback is enough to handle this case, 
where we can check if the run failed due to timeout, and select skipped tasks 
in metadata to do what we need to do. WDYT?


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

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to