cabot/Procfile

3 lines
143 B
Plaintext
Raw Normal View History

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