ReadonlyretriesReadonlyretryIf there is a retry-after header, add the returned amount of time (in seconds) to prevent clustered retry behavior.
ReadonlyretryRetry backoff timing.
ReadonlyretryThe number of consecutive failures before retries are no longer attempted, only tries.
ReadonlyshouldGiven the network status code, returns true if the fetch should retry.
ReadonlytryFirst try backoff timing.
The maximum number of retries for a single request. Default: 1 For requests with side effects, this should be set to 0.
"Various studies have collected data which shows that one max retry is sufficient to achieve 99.999% success. The idea is that a truly transient failure should succeed on the first retry. And if the retry fails then it is likely more than a transient failure and additional retries are exhausting resources in the system for no benefit."