update the dev supervisor file to match recent change

This commit is contained in:
AlanCoding
2018-04-20 14:53:21 -04:00
parent a2901a47ee
commit 4036f64cc4

View File

@@ -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