shipper-retry 0.3.0-rc.2

Retry strategies and backoff policies for shipper
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
source: crates/shipper-retry/src/lib.rs
expression: "RetryPolicy::Default.to_config()"
---
RetryStrategyConfig {
    strategy: Exponential,
    max_attempts: 6,
    base_delay: 2s,
    max_delay: 120s,
    jitter: 0.5,
}