Fix AC-955, disable task prefetching by celery.

This commit is contained in:
Matthew Jones 2014-01-22 16:05:18 -05:00
parent 9fe9556b50
commit 9bbeeb90a8

View File

@ -103,7 +103,7 @@ runserver:
# Run to start the background celery worker for development.
celeryd:
$(PYTHON) manage.py celeryd -l DEBUG -B
$(PYTHON) manage.py celeryd -l DEBUG -B -Ofair
# Run all API unit tests.
test: