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

 ##########
 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:
   actually no

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to