making examples consistent with dev and updating readme for static files
[oweals/karmaworld.git] / Procfile
index f9016aa8aacaeebce932d82ef068f2505ac9aca0..c596ce18219156b29d3bca2cc390c8045f09ef28 100644 (file)
--- a/Procfile
+++ b/Procfile
@@ -1,5 +1,2 @@
-web: gunicorn karmaworld.wsgi
-celeryworker: python manage.py celery worker --pidfile=/tmp/celeryd.pid -l info
-celerybeat: python manage.py celery beat --pidfile=/tmp/beat.pid -l info
-tweetnote: python manage.py tweet_note
-mturkresults: python manage.py get_mturk_results
+web: newrelic-admin run-program gunicorn -b 0.0.0.0:$PORT karmaworld.wsgi
+worker: python manage.py celery worker -B -l info -Q $CELERY_QUEUE_NAME