Replies: 2 comments
-
+1 for this, this is the way I do things with gunicorn. It's a delightfully easy way to hotreload latest commits to a dockerized application by just saying |
Beta Was this translation helpful? Give feedback.
0 replies
-
The new process manager already supports this feature. #2183 You can update uvicorn to >=0.30.0. kill -SIGHUP $PID |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It would be useful to have a possibility to reload uvicorn manually with SIGHUP signal.
For example if I change some configuration files, I would like to do:
Now terminate uvicorn and start it again.
Beta Was this translation helpful? Give feedback.
All reactions