-
When running my FastAPI app via uvicorn and gunicorn on kubernetes, I sometimes have the issue of some requests failing during a rolling update. I suspect there is either an issue on how gunicorn is handling shutdown signals or how we setup our readiness and liveness checks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
this is documented there: https://docs.gunicorn.org/en/stable/signals.html |
Beta Was this translation helpful? Give feedback.
this is documented there: https://docs.gunicorn.org/en/stable/signals.html