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 2021/04/06 09:27:31 UTC

[GitHub] [airflow] george-zubrienko commented on issue #14422: on_failure_callback does not seem to fire on pod deletion/eviction

george-zubrienko commented on issue #14422:
URL: https://github.com/apache/airflow/issues/14422#issuecomment-813973744


   Would it make sense to add `on_kill_callback` instead of touching current logic for `on_failure_callback`? It feels a bit off that we treat "kill" as failure in terms of callbacks. Mainly due to the fact that task kill usually has different post-processing applied to it. There is a `on_kill` on `BaseOperator`, but that one is not a callback function, but rather a pre-task-kill call.


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

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