mancelery.conf 383 Bytes
Newer Older
Guba Sándor committed
1
description     "CIRCLE mancelery for common jobs"
2 3 4

respawn
respawn limit 30 30
5

6
setgid cloud
7 8 9
setuid cloud

script
10 11 12
    cd /home/cloud/circle/circle
    . /home/cloud/.virtualenvs/circle/bin/activate
    . /home/cloud/.virtualenvs/circle/bin/postactivate
Guba Sándor committed
13
    exec ./manage.py celery --app=manager.mancelery worker --autoreload --loglevel=info --hostname=mancelery -B -c 10
14
end script