Record: RetryConfig
Provides configurations for controlling the retrying behavior in failure scenarios.
Closed record
Fields
- count int(default 0)
- interval decimal(default 0)
- backOffFactor float(default 0.0)
- maxWaitInterval decimal(default 0)
- statusCodes int[ ](default [])
Number of retry attempts before giving up
Retry interval in seconds
Multiplier, which increases the retry interval exponentially.
Maximum time of the retry interval in seconds
HTTP response status codes which are considered as failures