You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Andrew Chen (JIRA)" <ji...@apache.org> on 2017/04/04 22:46:41 UTC

[jira] [Created] (AIRFLOW-1070) Task instance run should catch SIGINT as well as SIGTERM

Andrew Chen created AIRFLOW-1070:
------------------------------------

             Summary: Task instance run should catch SIGINT as well as SIGTERM
                 Key: AIRFLOW-1070
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-1070
             Project: Apache Airflow
          Issue Type: New Feature
            Reporter: Andrew Chen


At https://github.com/apache/incubator-airflow/blob/master/airflow/models.py#L1369 we catch only the SIGTERM signal.

It'd be nice to catch SIGINT as well since I'd like my task to be killed when I send <C-c> to my ``airflow test`` process. 



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)