cabot/Procfile

4 lines
188 B
Plaintext
Raw Normal View History

2014-03-05 19:48:33 -06:00
web: gunicorn cabot.wsgi:application --config gunicorn.conf
celery: celery worker -A cabot --loglevel=INFO --concurrency=16 -Ofair
beat: celery beat -A cabot --loglevel=INFO