Skip to content

Commit

Permalink
fix starting of celery in Heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremi committed Jun 24, 2014
1 parent 2fff4f4 commit 5920747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile.heroku
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
web: ./manage.py runserver -p $PORT --host 0.0.0.0 -d -r
worker: ./manage.py runworkers
worker: ./bin/run celery worker --app=redash.worker --beat -Qqueries,celery,scheduled_queries

0 comments on commit 5920747

Please sign in to comment.