Expand description
Named retry policies with backoff and jitter. Named retry policy with budget, backoff, and jitter (rules_rust_retry_com_backoff / GAP-013).
Structs§
- Retry
Config - Explicit retry configuration for transient network/CDP failures.
Functions§
- is_
retryable_ message - Classify whether an error message looks transient (retryable).
- retry_
async - Async retry with the same classification rules (CDP discovery / attach).
- retry_
blocking - Run a fallible operation with the given retry policy (blocking).