cabot/Procfile

3 lines
137 B
Plaintext
Raw Normal View History

2014-01-05 17:24:04 +00:00
web: gunicorn wsgi:application --config gunicorn.conf
2014-03-05 23:03:45 +00:00
celery: celery worker -B -A cabot --loglevel=INFO --concurrency=16 -Ofair