potiuk commented on issue #6627: [AIRFLOW-5931] Use os.fork when appropriate to speed up task execution. URL: https://github.com/apache/airflow/pull/6627#issuecomment-557302459 @dimberman @bolkedebruin : just to clarify -> `psutil.Process` indeed reloaded everything (just started a new python interpreters). So changing to fork make sense - I fully agree. What @mik-laj asked was using `multiprocessing.Process` instead of os.fork.
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
