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