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_r224668793
##########
File path: airflow/jobs.py
##########
@@ -358,6 +358,8 @@ def _launch_process(result_queue,
:type thread_name: unicode
:return: the process that was launched
:rtype: multiprocessing.Process
+ :param zombies: zombie task instances to kill
+ :type zombies: SimpleTaskInstance
Review comment:
Nit, this should be `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