You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ephraimbuddy (via GitHub)" <gi...@apache.org> on 2023/02/24 17:51:43 UTC

[GitHub] [airflow] ephraimbuddy commented on a diff in pull request #29743: Fix on_failure_callback when task receives a SIGTERM

ephraimbuddy commented on code in PR #29743:
URL: https://github.com/apache/airflow/pull/29743#discussion_r1117396099


##########
airflow/models/taskinstance.py:
##########
@@ -73,10 +73,12 @@
 from airflow.exceptions import (
     AirflowException,
     AirflowFailException,
+    AirflowKillSignal,

Review Comment:
   Thanks, my docker crashed, couldn't run pre-commit



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

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