Skip to content

Commit

Permalink
recycle gunicorn workers after ~500 reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
timoballard committed Feb 16, 2024
1 parent 4890a62 commit 3e43079
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/gunicorn.conf.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
max_requests = 500
max_requests_jitter = 50
timeout = 120
workers = 4

0 comments on commit 3e43079

Please sign in to comment.