Retry (with backoff and jitter)

Appears in 1 tutorial

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

As used in AI Production Engineering →

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