Skip to content

Commit

Permalink
Increase worker timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
drunkbatya committed Sep 29, 2023
1 parent 6ba37ae commit 3f4336f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file added __pycache__/app.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -euo pipefail

gunicorn --bind 0.0.0.0:5000 app:app --timeout=90 &
gunicorn --bind 0.0.0.0:5000 app:app --timeout=300 &
nginx &

wait -n
Expand Down

0 comments on commit 3f4336f

Please sign in to comment.