From 4036f64cc49ef634ce34f9e36aba2e66bc0dd103 Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Fri, 20 Apr 2018 14:53:21 -0400 Subject: [PATCH] update the dev supervisor file to match recent change --- tools/docker-compose/supervisor.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/docker-compose/supervisor.conf b/tools/docker-compose/supervisor.conf index 159912af17..e5d3547644 100644 --- a/tools/docker-compose/supervisor.conf +++ b/tools/docker-compose/supervisor.conf @@ -4,7 +4,7 @@ minfds = 4096 nodaemon=true [program:celeryd] -command = celery worker -A awx -l DEBUG -B --autoscale=20,3 -Ofair -s /var/lib/awx/beat.db -Q tower_broadcast_all -n celery@%(ENV_HOSTNAME)s +command = celery worker -A awx -l DEBUG -B -Ofair --autoscale=100,4 -s /var/lib/awx/beat.db --pidfile /tmp/celery_pid autostart = true autorestart = true redirect_stderr=true