Record -
http
: RetryInferredConfig
Derived set of configurations from the `RetryConfig`.
Fields
- count int 0
-
Number of retry attempts before giving up
- intervalInMillis int 0
-
Retry interval in milliseconds
- backOffFactor float 0.0
-
Multiplier of the retry interval to exponentially increase retry interval
- maxWaitIntervalInMillis int 0
-
Maximum time of the retry interval in milliseconds
- statusCodes boolean []
-
HTTP response status codes which are considered as failures