mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 02:47:36 -02:30
Remove --autoreload option from celeryd target, doesn't seem to work anyways.
This commit is contained in:
2
Makefile
2
Makefile
@@ -102,7 +102,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 --autoreload
|
$(PYTHON) manage.py celeryd -l DEBUG -B
|
||||||
|
|
||||||
# Run all API unit tests.
|
# Run all API unit tests.
|
||||||
test:
|
test:
|
||||||
|
|||||||
Reference in New Issue
Block a user