-
Hi, uvicorn has a problem when master process stays alive when all workers die encode/uvicorn#517 How granian behaves in such situation? |
Beta Was this translation helpful? Give feedback.
Answered by
gi0baro
Sep 15, 2023
Replies: 1 comment 1 reply
-
At the moment Granian doesn't check the state of worker processes, so it probably behaves the same as uvicorn. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
lesnik512
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the moment Granian doesn't check the state of worker processes, so it probably behaves the same as uvicorn.