We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4532c6f commit 33ab2ccCopy full SHA for 33ab2cc
Procfile
@@ -1 +1 @@
1
-web: gunicorn app.main:APP -w 3 --max-requests 50 --max-requests-jitter 100 -k uvicorn.workers.UvicornWorker
+web: gunicorn app.main:APP -w 3 --max-requests 1000 --max-requests-jitter 2000 -k uvicorn.workers.UvicornWorker
0 commit comments