cabot/Procfile
2014-03-05 19:48:33 -06:00

3 lines
143 B
Plaintext

web: gunicorn cabot.wsgi:application --config gunicorn.conf
celery: celery worker -B -A cabot --loglevel=INFO --concurrency=16 -Ofair