AVMusorin opened a new pull request, #32102:
URL: https://github.com/apache/airflow/pull/32102

   Since gunicorn can't reload a new code if starts with ``--preload`` setting, 
we need to check ``reload_on_plugin_change`` before set it up.
   
   Gunicorn can't reload a new code because the code is preloaded into the 
master process and worker are launched with ``fork``, they will still have the 
old code.
   
   


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to