avkirilishin commented on issue #33785: URL: https://github.com/apache/airflow/issues/33785#issuecomment-1695463162
So, can we divide this problem into two parts? 1. Consider marking failed tasks with `on_failure_callback` and `on_retry_callback` at the scheduler, as we do for all other tasks. It's a more critical part because it can lead to tasks sticking. 2. Investigate and fix potential callback losses. It's a much more complicated part. -- 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]
