ephraimbuddy commented on PR #32102: URL: https://github.com/apache/airflow/pull/32102#issuecomment-1654524614
After much debugging on this, I found that once `--preload` is used, you cannot reload plugins even if you set `reload_on_plugin_change` to True. The reason is that the flask app is loaded into gunicorn worker together with the plugins: https://github.com/apache/airflow/blob/9d68492f875464f505afef2ecd81a28d8e4922b8/airflow/www/app.py#L162. I'd suggest using the reload_on_plugin_change to toggle the --preload. What do you think @potiuk -- 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]
