mirror of
https://github.com/ansible/awx.git
synced 2026-02-12 15:14:45 -03:30
Support expiring of capacity if a node is down
For a certain amount of time
This commit is contained in:
@@ -549,6 +549,9 @@ AWX_PROOT_BASE_PATH = "/tmp"
|
||||
# Note: This setting may be overridden by database settings.
|
||||
AWX_ANSIBLE_CALLBACK_PLUGINS = ""
|
||||
|
||||
# Time at which an HA node is considered active
|
||||
AWX_ACTIVE_NODE_TIME = 7200
|
||||
|
||||
# Enable Pendo on the UI, possible values are 'off', 'anonymous', and 'detailed'
|
||||
# Note: This setting may be overridden by database settings.
|
||||
PENDO_TRACKING_STATE = "off"
|
||||
|
||||
Reference in New Issue
Block a user