Skip to content

Commit 33ab2cc

Browse files
authored
update max requests and max jitters
1 parent 4532c6f commit 33ab2cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: gunicorn app.main:APP -w 3 --max-requests 50 --max-requests-jitter 100 -k uvicorn.workers.UvicornWorker
1+
web: gunicorn app.main:APP -w 3 --max-requests 1000 --max-requests-jitter 2000 -k uvicorn.workers.UvicornWorker

0 commit comments

Comments
 (0)