Skip to content

Instantly share code, notes, and snippets.

@petrjasek
Created March 3, 2016 13:13
Show Gist options
  • Save petrjasek/0ce97cf1c686b9aa1a5f to your computer and use it in GitHub Desktop.
Save petrjasek/0ce97cf1c686b9aa1a5f to your computer and use it in GitHub Desktop.
simple procfile
rest: gunicorn -c gunicorn_config.py wsgi
wamp: python3 -u ws.py
work: celery -A worker worker
beat: celery -A worker beat --pid=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment