Merge pull request #1463 from AlanCoding/update_supervisor

Update the dev supervisor file to match recent change
This commit is contained in:
Alan Rominger 2018-04-20 16:51:08 -04:00 committed by GitHub
commit cdb7e16e6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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