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)