make isolated rampart settings API-configurable

see: #6659
This commit is contained in:
Ryan Petrello
2017-06-26 15:35:43 -04:00
parent 2c98294035
commit bfb7ad15ae
2 changed files with 20 additions and 1 deletions

View File

@@ -609,7 +609,8 @@ AWX_ISOLATED_CHECK_INTERVAL = 30
# The timeout (in seconds) for launching jobs on isolated nodes
AWX_ISOLATED_LAUNCH_TIMEOUT = 600
# The time between the background isolated heartbeat status check
# The time (in seconds) between the periodic isolated heartbeat status check
AWX_ISOLATED_PERIODIC_CHECK = 600
# Enable Pendo on the UI, possible values are 'off', 'anonymous', and 'detailed'