Commit beee6ccb by Guba Sándor

workaround for waiting rabbitmq server connection

parent 0f512eeb
...@@ -4,7 +4,7 @@ start on runlevel [2345] ...@@ -4,7 +4,7 @@ start on runlevel [2345]
stop on runlevel [!2345] stop on runlevel [!2345]
respawn respawn
respawn limit 30 30 respawn limit 10 300
setgid cloud setgid cloud
setuid cloud setuid cloud
...@@ -16,3 +16,5 @@ script ...@@ -16,3 +16,5 @@ script
HOSTNAME=$(hostname -s) HOSTNAME=$(hostname -s)
python manage.py run python manage.py run
end script end script
post-stop exec sleep 15
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment