mirror of
https://github.com/zulip/zulip.git
synced 2025-11-13 02:17:19 +00:00
Decrease restart timeouts for django and tornado command lines.
(imported from commit 5653de5e4e39f6ecfade794738d334a360bf2a7e)
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh -x
|
||||
while true; do python /home/humbug/humbug-deployments/current/manage.py runfcgi socket=/home/humbug/humbug-deployments/current/fastcgi-socket outlog=/home/humbug/logs/app.out errlog=/humbug/humbug/logs/app.err daemonize=False; sleep 1; done
|
||||
while true; do python /home/humbug/humbug-deployments/current/manage.py runfcgi socket=/home/humbug/humbug-deployments/current/fastcgi-socket outlog=/home/humbug/logs/app.out errlog=/humbug/humbug/logs/app.err daemonize=False; sleep 0.2; done
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/bin/sh -x
|
||||
while true; do python /home/humbug/humbug-deployments/current/manage.py runtornado localhost:9993; sleep 1; done
|
||||
while true; do python /home/humbug/humbug-deployments/current/manage.py runtornado localhost:9993; sleep 0.1; done
|
||||
|
||||
Reference in New Issue
Block a user