Update defaults.py receptor typo (#15682) (#6754)

Fixing typo for  RECEPTOR_KEEP_WORK_ON_ERROR

Co-authored-by: linuxonfire <jaimescampositzel@gmail.com>
This commit is contained in:
Hao Liu 2024-12-05 09:35:21 -05:00 committed by GitHub
parent 82c967a66e
commit f3b86b5193
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1024,7 +1024,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'