Search code examples
Polly V8 CircuitBreaker behavior is different, the circuit gets stuck open...


c#pollycircuit-breaker

Read More
Use Polly to retry api request if the status code is not equal to 200 OK...


c#.nethttpwebresponsepolly

Read More
Why is Task.Delay(1) necessary to advance clock when unit testing with .NET TimeProvider?...


c#unit-testing.net-8.0pollyretry-logic

Read More
Unit test Polly - Check whether the retry policy is triggered on timeout / error...


c#unit-testingdotnet-httpclientpollyretry-logic

Read More
Polly based retry logs intermittently not showing up in App Insights for Windows Azure Function...


c#azure-functionsazure-application-insightspollyappinsights

Read More
Using Polly v8 and RestSharp, how would I build a Generic ResiliencePipeline to account for response...


c#restsharppollyretry-logiccircuit-breaker

Read More
How can I test a Polly retry policy that's set during startup?...


c#unit-testingdotnet-httpclientpolly

Read More
Polly Timeout Policy test doesn't work as expected...


c#unit-testing.net-coretimeoutpolly

Read More
Microsoft.Extensions.Http.Resilience: Using AddStandardResilienceHandler options with SlidingWindowR...


c#dotnet-httpclientrate-limitingpolly

Read More
Unit Test Typed HttpClient with Microsoft.Extensions.Http.Resilience...


c#unit-testingdotnet-httpclientpolly

Read More
How to write retry policy in Contentful .net when the api rate limiting occurs?...


.netrate-limitingcontentfulpollyretry-logic

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
BackNext