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/11/26 22:34:43 UTC

[GitHub] [airflow] mik-laj commented on a change in pull request #6627: [AIRFLOW-5931] Use os.fork when appropriate to speed up task execution.

mik-laj commented on a change in pull request #6627: [AIRFLOW-5931] Use os.fork when appropriate to speed up task execution.
URL: https://github.com/apache/airflow/pull/6627#discussion_r351014526
 
 

 ##########
 File path: airflow/cli/commands/task_command.py
 ##########
 @@ -225,6 +226,11 @@ def task_test(args, dag=None):
             debugger.post_mortem()
         else:
             raise
+    finally:
+        if not already_has_stream_handler:
 
 Review comment:
   Thanks for it!

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