Decrease restart timeouts for django and tornado command lines.

(imported from commit 5653de5e4e39f6ecfade794738d334a360bf2a7e)
This commit is contained in:
Tim Abbott
2013-04-18 16:19:59 -04:00
parent 9e85e6e0b9
commit 3fa32c8f7d
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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