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 2019/04/01 15:44:41 UTC

[GitHub] [airflow] ashb commented on a change in pull request #5016: [AIRFLOW-4194] Set dag_run state to failed when user terminate backfill

ashb commented on a change in pull request #5016: [AIRFLOW-4194] Set dag_run state to failed when user terminate backfill
URL: https://github.com/apache/airflow/pull/5016#discussion_r270932324
 
 

 ##########
 File path: airflow/jobs.py
 ##########
 @@ -2501,9 +2516,15 @@ def _execute(self, session=None):
                         self.dag_id
                     )
                     time.sleep(self.delay_on_limit_secs)
+        except (KeyboardInterrupt, SystemExit):
 
 Review comment:
   Do  we need the SystemExit here?

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


With regards,
Apache Git Services