mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Fix AC-955, disable task prefetching by celery.
This commit is contained in:
2
Makefile
2
Makefile
@@ -103,7 +103,7 @@ runserver:
|
|||||||
|
|
||||||
# Run to start the background celery worker for development.
|
# Run to start the background celery worker for development.
|
||||||
celeryd:
|
celeryd:
|
||||||
$(PYTHON) manage.py celeryd -l DEBUG -B
|
$(PYTHON) manage.py celeryd -l DEBUG -B -Ofair
|
||||||
|
|
||||||
# Run all API unit tests.
|
# Run all API unit tests.
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user