Taragolis commented on issue #35644: URL: https://github.com/apache/airflow/issues/35644#issuecomment-1816227903
The problem a bit more deep, all current exceptions is a part of [Public Interface of Airflow](https://airflow.apache.org/docs/apache-airflow/stable/_api/airflow/exceptions/index.html) which I think it should not be, there are only couple exceptions which should be a part of public interface and IMO `AirflowException` and `AirflowTaskTimeout ` should not be a part of public interface but we have what we have. Yet another case when we should decide why it not breaking changes. About SIGKILL it would be trade off between work almost always and complete `on_kill` method, btw I work on that issue, however so many different behaviours so I think it should be configurable option to enable/disable "ultimate task killer" -- 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]
