Skip to content

Commit

Permalink
Use provided timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
akariv committed Nov 18, 2023
1 parent e898d06 commit 2400095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

python prepare.py
/usr/local/bin/gunicorn -w 8 --timeout 120 --bind 0.0.0.0:$PORT --log-level debug server:app
/usr/local/bin/gunicorn -w 8 --timeout $TIMEOUT --bind 0.0.0.0:$PORT --log-level debug server:app

0 comments on commit 2400095

Please sign in to comment.