Advice for Production Tuning #1874
Unanswered
keithhackbarth
asked this question in
Q&A
Replies: 1 comment
-
I was also thinking it would be useful to have more discussion about gunicorn, too. In testing I've found it to be less stable in a containerized environment and slower (I suspect this needs to involve tuning the backlogs in both cases). |
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
-
Looking for general advice on how to think about tuning for optimized production usage of uvicorn+gunicorn?
workers
is configured correctly? (ie, what would be the sign that we have too many)backlog
,timeout
, etc.?Beta Was this translation helpful? Give feedback.
All reactions