moncelery.conf 458 Bytes
Newer Older
Guba Sándor committed
1
description     "CIRCLE moncelery for monitoring jobs"
Guba Sándor committed
2 3 4

respawn
respawn limit 30 30
5

Guba Sándor committed
6 7 8
setgid cloud
setuid cloud

9 10 11 12
kill timeout 360
kill signal SIGTERM


Guba Sándor committed
13 14 15 16
script
    cd /home/cloud/circle/circle
    . /home/cloud/.virtualenvs/circle/bin/activate
    . /home/cloud/.virtualenvs/circle/bin/postactivate
17 18
    celery -f --app=manager.moncelery purge
    exec celery --app=manager.moncelery worker --autoreload --loglevel=info --hostname=moncelery -B -c 2
Guba Sándor committed
19
end script
20