Run fn, retrying on transient errors with exponential backoff + jitter.
The initial call counts as attempt 0; up to maxRetries further attempts are
made. Permanent errors (per isRetryableRpcError) are re-thrown
immediately. The last error is re-thrown once retries are exhausted.
Run
fn, retrying on transient errors with exponential backoff + jitter.The initial call counts as attempt 0; up to
maxRetriesfurther attempts are made. Permanent errors (per isRetryableRpcError) are re-thrown immediately. The last error is re-thrown once retries are exhausted.