[Bug Report] multiprocess.py registers a SIGQUIT handler but do nothing. #2780
Unanswered
liaol
asked this question in
Potential Issue
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the file
uvicorn/uvicorn/supervisors/multiprocess.py
Line 19 in 918dae6
However, there is no corresponding handle_quit function defined.
As a result, sending a SIGQUIT signal to the main process has no effect.
Perhaps we should remove QUIT from the list of handled signals in the aforementioned line.
Beta Was this translation helpful? Give feedback.
All reactions