Merge pull request #1410 from chrismeyersfsu/fix-revert_tower_special_group

send all tower work to a user-hidden queue
This commit is contained in:
Chris Meyers
2018-04-20 14:21:50 -04:00
committed by GitHub
11 changed files with 38 additions and 92 deletions

View File

@@ -323,7 +323,7 @@ celeryd:
@if [ "$(VENV_BASE)" ]; then \
. $(VENV_BASE)/awx/bin/activate; \
fi; \
celery worker -A awx -l DEBUG -B -Ofair --autoscale=100,4 --schedule=$(CELERY_SCHEDULE_FILE) -n celery@$(COMPOSE_HOST) --pidfile /tmp/celery_pid
celery worker -A awx -l DEBUG -B -Ofair --autoscale=100,4 --schedule=$(CELERY_SCHEDULE_FILE) --pidfile /tmp/celery_pid
# Run to start the zeromq callback receiver
receiver: