Skip to main content

Module retry

Module retry 

Source
Expand description

Retry policy – per-phase retry with exponential backoff and jitter.

Used by the node! DSL #[retry] annotation and directly by users who want retry semantics on fallible async operations within nodes.

Structs§

RetryPolicy
Configuration for retrying a fallible operation with backoff.

Functions§

with_retry
Execute an async operation with retry semantics.