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
Is your feature request related to a specific problem? Or an existing feature? Please describe.
I am trying to handle HTTP 429 as discussed in #414 - specifically using the sleepdurationprovider overload that takes DelegateResult<TResult> as an input.
Is your feature request related to a specific problem? Or an existing feature? Please describe.
I am trying to handle HTTP 429 as discussed in #414 - specifically using the sleepdurationprovider overload that takes
DelegateResult<TResult>
as an input.It seems like this used to exist:
Polly/src/Polly.Shared/Retry/RetryTResultSyntaxAsync.cs
Line 615 in 9c133b6
It "seems" to exist on
WaitAndRetryForeverAsync
- but i don't want to wait forever :)Describe your proposed or preferred solution:
Add a new overload that allows me to examine the result in the sleepdurationprovider :)
Describe any alternative options you've considered:
My workaround is to "hack" it by placing the wait logic inside the
onRetry
The text was updated successfully, but these errors were encountered: