1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00
awx/config/awx_supervisor.conf

13 lines
307 B
Plaintext

[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