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 2020/02/25 13:24:49 UTC

[GitHub] [airflow] kaxil commented on a change in pull request #7534: [AIRFLOW-6867] Fix bug in how we call kill_zombies

kaxil commented on a change in pull request #7534: [AIRFLOW-6867] Fix bug in how we call kill_zombies
URL: https://github.com/apache/airflow/pull/7534#discussion_r383875096
 
 

 ##########
 File path: airflow/jobs/scheduler_job.py
 ##########
 @@ -877,7 +877,7 @@ def process_file(self, file_path, zombies, pickle_dags=False, session=None):
         except Exception:
             self.log.exception("Error logging import errors!")
         try:
-            self.kill_zombies(zombies)
+            self.kill_zombies(dagbag, zombies)
 
 Review comment:
   Surprised that our static checkers didn't catch this? Required arg was not passed !
   
   

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