Skip to content

Commit

Permalink
add a limit of max request for uwsgi worker
Browse files Browse the repository at this point in the history
  • Loading branch information
Suryansh5545 committed Sep 5, 2023
1 parent d86685f commit 276a63c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/prod/django/uwsgi.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ chdir = /code
module = ticketify.wsgi:application
master = true
processes = 50
max-requests = 100
http = 0.0.0.0:8001
vaccum = true
python-autoreload = 1
Expand Down

0 comments on commit 276a63c

Please sign in to comment.