OptionalmaxOptionalretryableHTTP status codes worth retrying. Default [408, 429, 500, 502, 503, 504].
OptionalretryBase delay in ms for exponential backoff (attempt 0 waits up to this long). Default 300.
OptionalretryWhether to retry when the request fails with no HTTP response at all (timeout, DNS, reset). Default true.
Number of retry attempts after the initial call. Default 0 (no retry).