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