Crate retry_policies

Source
Expand description

A collection of plug-and-play retry policies.

Modules§

policies

Enums§

Jitter
How to apply jitter to the retry intervals.
RetryDecision
Outcome of evaluating a retry policy for a failed task.

Traits§

RetryPolicy
A policy for deciding whether and when to retry.