mirror of
https://github.com/ansible/awx.git
synced 2026-03-29 06:45:09 -02:30
Merge pull request #9819 from shanemcd/fix-reaper
Update pod reaper to work with receptor launched pods Reviewed-by: Ryan Petrello <None> Reviewed-by: Alan Rominger <arominge@redhat.com>
This commit is contained in:
@@ -68,7 +68,7 @@ DATABASES = {
|
||||
# the K8S cluster where awx itself is running)
|
||||
IS_K8S = False
|
||||
|
||||
AWX_CONTAINER_GROUP_KEEP_POD = False
|
||||
RECEPTOR_RELEASE_WORK = True
|
||||
AWX_CONTAINER_GROUP_K8S_API_TIMEOUT = 10
|
||||
AWX_CONTAINER_GROUP_POD_LAUNCH_RETRIES = 100
|
||||
AWX_CONTAINER_GROUP_POD_LAUNCH_RETRY_DELAY = 5
|
||||
|
||||
Reference in New Issue
Block a user