correcting note on static file hosting for dev
[oweals/karmaworld.git] / Procfile
index cb3c4d88c67575fb2b9a1bb6825229b26dbdeb7d..c596ce18219156b29d3bca2cc390c8045f09ef28 100644 (file)
--- a/Procfile
+++ b/Procfile
@@ -1,2 +1,2 @@
 web: newrelic-admin run-program gunicorn -b 0.0.0.0:$PORT karmaworld.wsgi
-celerywrapper: sh celerywrapper.sh
+worker: python manage.py celery worker -B -l info -Q $CELERY_QUEUE_NAME