From 698a8aeb62173329c86fb2d4af3c061beb5efda8 Mon Sep 17 00:00:00 2001 From: linuxonfire Date: Wed, 4 Dec 2024 18:11:58 +0100 Subject: [PATCH] Update defaults.py receptor typo (#15682) Update defaults.py fixing typo for RECEPTOR_KEEP_WORK_ON_ERROR --- awx/settings/defaults.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/settings/defaults.py b/awx/settings/defaults.py index 3993e109bd..1406d70e26 100644 --- a/awx/settings/defaults.py +++ b/awx/settings/defaults.py @@ -870,7 +870,7 @@ AWX_RUNNER_KEEPALIVE_SECONDS = 0 # Delete completed work units in receptor RECEPTOR_RELEASE_WORK = True -RECPETOR_KEEP_WORK_ON_ERROR = False +RECEPTOR_KEEP_WORK_ON_ERROR = False # K8S only. Use receptor_log_level on AWX spec to set this properly RECEPTOR_LOG_LEVEL = 'info'