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