Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update max requests and max jitters
  • Loading branch information
Kilo59 committed May 4, 2020
commit cc768a967b10d629594f8805f7109655c30eb716
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: gunicorn app.main:APP -w 4 -k uvicorn.workers.UvicornWorker
web: gunicorn app.main:APP -w 4 --max-requests 700 --max-requests-jitter 300 -k uvicorn.workers.UvicornWorker