Skip to content

Commit

Permalink
add --timeout 600
Browse files Browse the repository at this point in the history
  • Loading branch information
hhyo committed Nov 27, 2018
1 parent d3c23b0 commit 161b12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ settings=${1:-"archer.settings"}
ip=${2:-"127.0.0.1"}
port=${3:-8888}

gunicorn -w 2 --env DJANGO_SETTINGS_MODULE=${settings} --error-logfile=/tmp/archer.err -b ${ip}:${port} --daemon archer.wsgi:application
gunicorn -w 2 --env DJANGO_SETTINGS_MODULE=${settings} --error-logfile=/tmp/archer.err -b ${ip}:${port} --timeout 600 archer.wsgi:application

0 comments on commit 161b12f

Please sign in to comment.