mirror of
https://github.com/ansible/awx.git
synced 2026-03-27 05:45:02 -02:30
In development environment not auto-reload explicitly STOPPED processes (#14958)
Not auto-reload explicitly STOPPED processes In development/debug workflow sometime we explicitly STOP processes this will make sure auto-reload does not start them back up
This commit is contained in:
@@ -36,7 +36,7 @@ stderr_logfile_maxbytes=0
|
||||
|
||||
{% if kube_dev | bool %}
|
||||
[program:awx-autoreload]
|
||||
command = /awx_devel/tools/docker-compose/awx-autoreload /awx_devel/awx 'supervisorctl -c /etc/supervisord_rsyslog.conf restart tower-processes:*'
|
||||
command = /awx_devel/tools/docker-compose/awx-autoreload /awx_devel/awx
|
||||
autostart = true
|
||||
autorestart = true
|
||||
stopasgroup=true
|
||||
|
||||
@@ -58,7 +58,7 @@ stderr_logfile_maxbytes=0
|
||||
|
||||
{% if kube_dev | bool %}
|
||||
[program:awx-autoreload]
|
||||
command = /awx_devel/tools/docker-compose/awx-autoreload /awx_devel/awx 'supervisorctl -c /etc/supervisord_task.conf restart tower-processes:*'
|
||||
command = /awx_devel/tools/docker-compose/awx-autoreload /awx_devel/awx
|
||||
autostart = true
|
||||
autorestart = true
|
||||
stopasgroup=true
|
||||
|
||||
@@ -91,7 +91,7 @@ stderr_logfile_maxbytes=0
|
||||
|
||||
{% if kube_dev | bool %}
|
||||
[program:awx-autoreload]
|
||||
command = /awx_devel/tools/docker-compose/awx-autoreload /awx_devel/awx 'supervisorctl -c /etc/supervisord_web.conf restart tower-processes:*'
|
||||
command = /awx_devel/tools/docker-compose/awx-autoreload /awx_devel/awx
|
||||
autostart = true
|
||||
autorestart = true
|
||||
stopasgroup=true
|
||||
|
||||
Reference in New Issue
Block a user