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::Aggressive.to_config()"
---
RetryStrategyConfig {
    strategy: Exponential,
    max_attempts: 10,
    base_delay: 500ms,
    max_delay: 30s,
    jitter: 0.3,
}