Skip to main content

Module retry

Module retry 

Source
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§

RetryConfig
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).