Skip to content

Instantly share code, notes, and snippets.

@richstoner
Created August 22, 2014 00:02
Show Gist options
  • Save richstoner/5341554f691239de3452 to your computer and use it in GitHub Desktop.
Save richstoner/5341554f691239de3452 to your computer and use it in GitHub Desktop.
[program:celery]
directory=##SAFAPPS##/proletariat
;user=##SAFUSER##
command=/home/##SAFUSER##/miniconda/bin/celery worker -A tasks -l info
stdout_logfile=/tmp/proletariat-celeryd-stdout.log
stderr_logfile=/tmp/proletariat-celeryd-stderr.log
autostart=true
autorestart=true
startsecs=4
stopwaitsecs=30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment