Tuning knobs for the retry middleware; see DEFAULT_RETRY_POLICY.
DEFAULT_RETRY_POLICY
Backoff base: attempt n waits up to baseDelayMs * 2^(n-1) (default 200).
Total attempts including the first (default 4).
Upper bound on any single delay, including Retry-After (default 10 000).
Tuning knobs for the retry middleware; see
DEFAULT_RETRY_POLICY.