We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7ae1d8 commit 8b0158eCopy full SHA for 8b0158e
1 file changed
controller/bin/boot
@@ -55,7 +55,7 @@ chown -R deis:deis /var/log/deis
55
sudo -E -u deis ./manage.py syncdb --migrate --noinput
56
57
# spawn a gunicorn server in the background
58
-sudo -E -u deis ./manage.py run_gunicorn -b 0.0.0.0 -w 8 -t 600 -n deis --log-level debug --pid=/tmp/gunicorn.pid --preload &
+sudo -E -u deis ./manage.py run_gunicorn -b 0.0.0.0 -w 8 -t 600 -n deis --log-level debug --pid=/tmp/gunicorn.pid --timeout=1200 &
59
60
# smart shutdown on SIGINT and SIGTERM
61
function on_exit() {
0 commit comments