GitHub user potiuk added a comment to the discussion: How do I reload webserver_config.py without restarting the webserver
So you need to check if your webserve_config.py is actually read at startup and whether it actually reads the file when gunicorn restart. It's as easy as adding some log staments in there and looking at the logs. I won't be able to debug it for you- you need to just debug it - knowing the details you already know about gunicorn restarts. Maybe - similar to .yml -> .py you have a typo somewhere. I believe `webserver_config.py` should be re-read with every restart of the gunicorn server - but don't take my word for it - check it. GitHub link: https://github.com/apache/airflow/discussions/43239#discussioncomment-11055643 ---- This is an automatically sent email for commits@airflow.apache.org. To unsubscribe, please send an email to: commits-unsubscr...@airflow.apache.org