Skip to content

Commit

Permalink
Increase worker timeout to 120 seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
bonk1t authored Dec 28, 2023
1 parent 19b1fad commit 6c1015e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
web: gunicorn -w 1 -k uvicorn.workers.UvicornWorker nalgonda.main:app
web: gunicorn -w 1 -k uvicorn.workers.UvicornWorker --timeout 120 nalgonda.main:app

#release: ./manage.py migrate --no-input

0 comments on commit 6c1015e

Please sign in to comment.