You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was a breaking change in retry-policies 0.2, it was required to fix a bug in the jitter implementation. Now you have to provide the time when the first requested started as well to get a RetryPolicy impl from ExponentialBackoffTimed, with ExponentialBackoffTimed::for_task_started_at
Details about the retry-policies change in this PR.
I'm closing the issue as this is intended behaviour, though feel free to add any comments
Bug description
ExponentialBackoffTimed
did't implRetryPolicy
, which occur error when usebuild_with_total_retry_duration()
fn inExponentialBackoff::builder
.To Reproduce
Expected behavior
rustc should not raise an error.
Environment
Additional context
The text was updated successfully, but these errors were encountered: