Skip to content

Instantly share code, notes, and snippets.

@modocache
Created April 13, 2012 16:58
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save modocache/2378353 to your computer and use it in GitHub Desktop.
Save modocache/2378353 to your computer and use it in GitHub Desktop.
Sample Procfile
web: python manage.py run_gunicorn -b 0.0.0.0:$PORT -w 3
worker: python manage.py celeryd -E -B --loglevel=INFO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment