Created
October 29, 2012 15:11
-
-
Save amackera/3974088 to your computer and use it in GitHub Desktop.
Procfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#rabbitmq: rabbitmq-server | |
#pushy: pushy | |
mongodb: mongodb | |
pingpong: pingpong | |
cottontail: cottontail | |
celery: python manage.py celeryd -E | |
celery_socket_reqs: python manage.py celeryd -E -Q socket_reqs | |
celery_highest_priority: python manage.py celeryd -E -Q highest_priority | |
celery_priority: python manage.py celeryd -E -Q priority |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment