mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-20 07:43:35 -05:00
remove changes used for dev testing
Signed-off-by: jessicamack <jmack@redhat.com>
This commit is contained in:
@@ -25,8 +25,6 @@ class Command(BaseCommand):
|
|||||||
body = json.loads(e.payload)
|
body = json.loads(e.payload)
|
||||||
logger.info(f"Cache clear request received. Clearing now, payload: {e.payload}")
|
logger.info(f"Cache clear request received. Clearing now, payload: {e.payload}")
|
||||||
TaskWorker.run_callable(body)
|
TaskWorker.run_callable(body)
|
||||||
else:
|
|
||||||
logger.info('run_clear_cache got timeout')
|
|
||||||
|
|
||||||
except Exception:
|
except Exception:
|
||||||
# Log unanticipated exception in addition to writing to stderr to get timestamps and other metadata
|
# Log unanticipated exception in addition to writing to stderr to get timestamps and other metadata
|
||||||
|
|||||||
@@ -101,7 +101,7 @@ stdout_events_enabled = true
|
|||||||
stderr_events_enabled = true
|
stderr_events_enabled = true
|
||||||
|
|
||||||
[group:tower-processes]
|
[group:tower-processes]
|
||||||
programs=awx-dispatcher,awx-receiver,awx-uwsgi,awx-daphne,awx-nginx,awx-wsrelay,awx-rsyslogd,awx-heartbeet,awx-cache-clear
|
programs=awx-dispatcher,awx-receiver,awx-uwsgi,awx-daphne,awx-nginx,awx-wsrelay,awx-rsyslogd,awx-heartbeet
|
||||||
priority=5
|
priority=5
|
||||||
|
|
||||||
[program:awx-autoreload]
|
[program:awx-autoreload]
|
||||||
|
|||||||
Reference in New Issue
Block a user