Fokko commented on a change in pull request #3873: [Airflow-2760] Decouple DAG 
parsing loop from scheduler loop
URL: https://github.com/apache/incubator-airflow/pull/3873#discussion_r224669261
 
 

 ##########
 File path: airflow/jobs.py
 ##########
 @@ -1793,6 +1659,8 @@ def process_file(self, file_path, pickle_dags=False, 
session=None):
 
         :param file_path: the path to the Python file that should be executed
         :type file_path: unicode
+        :param zombies: zombie task instances to kill.
+        :type zombies: SimpleTaskInstance
 
 Review comment:
   Same, should be list `list[SimpleTaskInstance]`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to