Search code examples
How to write retry policy in Contentful .net when the api rate limiting occurs?...

.netrate-limitingcontentfulpollyretry-logic

Read More
How to use Polly with Refit?...

c#blazordotnet-httpclientpollyrefit

Read More
Leveraging AddStandardResilienceHandler and AddStandardHedgingHandler in .NET 8 for Resiliency...

c#.net-8.0pollyretry-logiccircuit-breaker

Read More
Handling TaskCanceledException when HttpClient times out...

c#asp.netdotnet-httpclientpollyretry-logic

Read More
How to migrate a standard CircruitBreaker policy from Polly V7 to V8?...

c#.netpollyretry-logiccircuit-breaker

Read More
How can i invoke X-HttpMessageHandlers when retrying requests?...

c#asp.net-core-webapidotnet-httpclientpollyretry-logic

Read More
Polly Try and Retry wrapper function with generic...

c#pollyretry-logic

Read More
Polly v8 - Retrying specific status codes using the PredicateBuilder...

c#dotnet-httpclienthttp-status-codespollyretry-logic

Read More
How can I queue HttpClient requests until a Polly retry policy is successful?...

c#asp.net-corerefresh-tokenpollyretry-logic

Read More
Polly final action after max retry...

c#exceptionpollyretry-logic

Read More
Sync Polly with timeout...

c#timeout.net-4.8pollyretry-logic

Read More
How can I return 408 Request timeout to Polly so that it can apply retry policy?...

c#.nettimeoutpollyretry-logic

Read More
why cannot catch exception when using Policy's TimeoutAsync...

c#.nettimeoutpolly

Read More
retry polly unit testing (xunit and moq)...

c#unit-testingasp.net-coredotnet-httpclientpolly

Read More
HttpRequestMessage.SetPolicyExecutionContext does not pass context to policy...

c#httprequestdotnet-httpclientpolly

Read More
Polly Retry URL duplicating values...

c#.net.net-6.0pollyretry-logic

Read More
Retry policy for Http client...

c#.netdotnet-httpclientpollyretry-logic

Read More
How to use Polly with Flurl.Http?...

c#httpresponsepollyflurl

Read More
Set a default Polly policy with Flurl...

c#pollyflurl

Read More
Polly timeout policy not triggered...

c#timeoutpollyretry-logicpolicywrap

Read More
How to use Polly for retry mechanism on specific exception?...

c#concurrencypollyretry-logiccosmos

Read More
Using Polly to retry after HttpStatusCode.Unauthorized...

c#asp.net-mvcdotnet-httpclientrefresh-tokenpolly

Read More
Generic method which handles exception list with polly package...

c#list.net-corepollyretry-logic

Read More
Should I use IMemoryCache to store the bearer token or implement a Polly retry policy for 401 errors...

c#azure-functionspollyretry-logicmemorycache

Read More
Polly - 'Cannot access a closed Stream'...

c#dotnet-httpclientmauipollyretry-logic

Read More
Should I implement both Retry Policy and Circuit Breaker on nested methods calling external resource...

c#.netpollycircuit-breakerretry-logic

Read More
Pass custom context into OnRetry...

c#pollyretry-logic

Read More
Does the order in which you add handlers matter when registering an HTTP client? - C# .NET...

c#.nethttpdotnet-httpclientpolly

Read More
Using Polly in oppose to Task.TimeoutAfter...

c#.net-corewebsockettimeoutpolly

Read More
Can we use Polly retry instead of ExponentialBackoffRetry in Service Bus Topic Trigger Azure Functio...

c#azureazure-functionsazureservicebuspolly

Read More
BackNext