named-retry
This is a simple, impl Copy
utility for retrying fallible asynchronous operations, with helpful log messages through tracing
.
use Duration;
use Retry;
let retry = new
.attempts
.base_delay
.delay_factor
.jitter;
let result = retry.run.await;
assert_eq!;