Add run-clear-cache to tower-processes for auto-reload

This commit is contained in:
Alan Rominger 2023-04-11 17:05:41 -04:00
parent ffa3cd1fff
commit 1ea6d15ee3
No known key found for this signature in database

View File

@ -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
programs=awx-dispatcher,awx-receiver,awx-uwsgi,awx-daphne,awx-nginx,awx-wsrelay,awx-rsyslogd,awx-heartbeet,awx-rsyslog-configurer,awx-cache-clear
priority=5
[program:awx-autoreload]