mirror of
https://github.com/ansible/awx.git
synced 2026-05-09 02:17:37 -02:30
AAP-70257 controller collection should retry transient HTTP errors with exponential backoff. (#16415)
controller collection should retry transient HTTP errors with exponential backoff
This commit is contained in:
@@ -55,6 +55,20 @@ options:
|
||||
- Defaults to 10s, but this is handled by the shared module_utils code
|
||||
type: float
|
||||
aliases: [ aap_request_timeout ]
|
||||
max_retries:
|
||||
description:
|
||||
- Specify the max retries to be used with some connection issues.
|
||||
- Defaults to 5.
|
||||
- If value not set, will try environment variable C(AAP_MAX_RETRIES) and then config files.
|
||||
type: int
|
||||
aliases: [ aap_max_retries ]
|
||||
retry_backoff_factor:
|
||||
description:
|
||||
- Backoff factor used when retrying connections.
|
||||
- Defaults to 2.
|
||||
- If value not set, will try environment variable C(AAP_RETRY_BACKOFF_FACTOR) and then config files.
|
||||
type: int
|
||||
aliases: [ aap_retry_backoff_factor ]
|
||||
controller_config_file:
|
||||
description:
|
||||
- Path to the controller config file.
|
||||
|
||||
Reference in New Issue
Block a user