abhaysjuneja removed a comment on issue #14896:
URL: https://github.com/apache/airflow/issues/14896#issuecomment-908463824


   > @pmlewis Because `execute_tasks_new_python_interpreter = True` will create 
Python interpreter for each task so it will have performance implications -- 
few seconds / ms atleast.
   
   I tried this with LocalExecutor, but I'm still get this warning 
`UserWarning: Multiprocessing-backed parallel loops cannot be nested, setting 
n_jobs=1`. With Joblib, it's basically setting n_jobs=1 and serializing the 
process, rendering it useless. I'll try this with CeleryExecutor next.


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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to