Skip to content

Commit

Permalink
Add missing task queues
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Houseknecht committed Nov 8, 2017
1 parent b9eca8d commit 8a235f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ runserver:

.PHONY: celery
celery:
python manage.py celeryd -B --autoreload -Q 'celery,import_tasks,login_tasks'
python manage.py celeryd -B --autoreload -Q 'celery,import_tasks,login_tasks,admin_tasks,user_tasks,star_tasks'

.PHONY: gulp
gulp:
Expand Down

0 comments on commit 8a235f8

Please sign in to comment.