summaryrefslogtreecommitdiffstats
path: root/config/awx_supervisor.conf
blob: bf5cfe746a2b4bfb6194a4aa6731e5c1dbb835dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[program:awx-celeryd]
autorestart = true
logfile = /var/log/supervisor/awx-celeryd.log
stopwaitsecs = 600
log_stdout = true
command = /usr/bin/awx-manage celeryd -B -l info --autoscale=20,2
user = awx
autostart = true
directory = /var/lib/awx
log_stderr = true
logfile_maxbytes = 50MB
logfile_backups = 999
environment=HOME=/var/lib/awx/,USER=awx