Retry (with backoff and jitter)
Re-attempting a failed call, waiting progressively longer (backoff) with randomness (jitter), only for retryable errors, with a cap.
Re-attempting a failed call, waiting progressively longer (backoff) with randomness (jitter), only for retryable errors, with a cap. (Mod 9)