diff options
author | AlanCoding <arominge@redhat.com> | 2017-08-10 20:56:46 +0200 |
---|---|---|
committer | AlanCoding <arominge@redhat.com> | 2017-08-10 20:57:25 +0200 |
commit | 2385f6231123d527514306bde8d4a0beb816cdb4 (patch) | |
tree | aa3be4494c550767d799c0190a5426fb2832d6a0 /tools/docker-compose/supervisor.conf | |
parent | Merge pull request #233 from mabashian/7404-credentials-activity (diff) | |
download | awx-2385f6231123d527514306bde8d4a0beb816cdb4.tar.xz awx-2385f6231123d527514306bde8d4a0beb816cdb4.zip |
specify all group queues, get supervisor working
Diffstat (limited to 'tools/docker-compose/supervisor.conf')
-rw-r--r-- | tools/docker-compose/supervisor.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/docker-compose/supervisor.conf b/tools/docker-compose/supervisor.conf index 78ac4527af..bf95d4e477 100644 --- a/tools/docker-compose/supervisor.conf +++ b/tools/docker-compose/supervisor.conf @@ -4,7 +4,7 @@ minfds = 4096 nodaemon=true [program:celeryd] -command = python manage.py celeryd -l DEBUG -B --autoreload --autoscale=20,3 --schedule=/celerybeat-schedule -Q tower_scheduler,tower_broadcast_all,tower,%(ENV_EXTRA_GROUP_QUEUES)s,%(ENV_HOSTNAME)s -n celery@%(ENV_HOSTNAME)s +command = python manage.py celeryd -l DEBUG -B --autoreload --autoscale=20,3 --schedule=/celerybeat-schedule -Q tower_scheduler,tower_broadcast_all,%(ENV_AWX_GROUP_QUEUES)s,%(ENV_HOSTNAME)s -n celery@%(ENV_HOSTNAME)s autostart = true autorestart = true redirect_stderr=true |