Skip to content

Instantly share code, notes, and snippets.

@mattlong
Created April 19, 2013 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattlong/5423799 to your computer and use it in GitHub Desktop.
Save mattlong/5423799 to your computer and use it in GitHub Desktop.
[program:celery]
directory = /path/to/my/django-project
command = /usr/bin/python manage.py celery worker --loglevel=info
stdout_logfile = /var/log/celery.log
redirect_stderr = true
stopasgroup = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment