mirror of
https://github.com/ansible/awx.git
synced 2026-02-14 01:34:45 -03:30
Rename heartbeet daemon to ws_heartbeat (#14041)
Signed-off-by: Rick Elrod <rick@elrod.me>
This commit is contained in:
@@ -55,12 +55,12 @@ stdout_logfile_maxbytes=0
|
||||
stderr_logfile=/dev/stderr
|
||||
stderr_logfile_maxbytes=0
|
||||
|
||||
[program:heartbeet]
|
||||
[program:ws-heartbeat]
|
||||
{% if kube_dev | bool %}
|
||||
command = make run-heartbeet
|
||||
command = make run-ws-heartbeat
|
||||
directory = /awx_devel
|
||||
{% else %}
|
||||
command = awx-manage run_heartbeet
|
||||
command = awx-manage run_ws_heartbeat
|
||||
directory = /var/lib/awx
|
||||
{% endif %}
|
||||
autorestart = true
|
||||
@@ -103,7 +103,7 @@ stderr_logfile_maxbytes=0
|
||||
{% endif %}
|
||||
|
||||
[group:tower-processes]
|
||||
programs=nginx,uwsgi,daphne,awx-cache-clear,heartbeet
|
||||
programs=nginx,uwsgi,daphne,awx-cache-clear,ws-heartbeat
|
||||
priority=5
|
||||
|
||||
[eventlistener:superwatcher]
|
||||
|
||||
@@ -28,8 +28,8 @@ killasgroup=true
|
||||
stdout_events_enabled = true
|
||||
stderr_events_enabled = true
|
||||
|
||||
[program:awx-heartbeet]
|
||||
command = awx-manage run_heartbeet
|
||||
[program:awx-ws-heartbeat]
|
||||
command = awx-manage run_ws_heartbeat
|
||||
autorestart = true
|
||||
autorestart = true
|
||||
stopasgroup=true
|
||||
@@ -101,7 +101,7 @@ stdout_events_enabled = true
|
||||
stderr_events_enabled = true
|
||||
|
||||
[group:tower-processes]
|
||||
programs=awx-dispatcher,awx-receiver,awx-uwsgi,awx-daphne,awx-nginx,awx-wsrelay,awx-rsyslogd,awx-heartbeet,awx-rsyslog-configurer,awx-cache-clear
|
||||
programs=awx-dispatcher,awx-receiver,awx-uwsgi,awx-daphne,awx-nginx,awx-wsrelay,awx-rsyslogd,awx-ws-heartbeat,awx-rsyslog-configurer,awx-cache-clear
|
||||
priority=5
|
||||
|
||||
[program:awx-autoreload]
|
||||
|
||||
Reference in New Issue
Block a user