Search code examples
Polly won't throw on some exceptions?...

c#asp.net-core.net-coredotnet-httpclientpolly

Read More
Maximum number of retries using DecorrelatedJitterBackoff...

c#pollyretry-logicexponential-backoffresiliency

Read More
How to decide what exceptions are worth retrying when reading and writing to MongoDB (C# driver)?...

c#.netmongodbpollyresiliency

Read More
Adjusting code to use the built-in RateLimit policy...

c#.netrate-limitingpollyretry-logic

Read More
Polly RetryForever isn't retrying...

c#pollyretry-logicexponential-backoff

Read More
Polly does not timeout...

c#timeoutdotnet-httpclientpollyretry-logic

Read More
How to include a return statement when executing a Polly policy?...

c#pollyretry-logic

Read More
Cannot make Polly Timeout Policy override the HttpClient default timeout...

c#.net-coredotnet-httpclientpollyretry-logic

Read More
Polly + API Services That Return Errors as Results...

c#.netasp.net-coredotnet-httpclientpolly

Read More
Parsing multiple very large JSON files concurrently...

c#jsonconcurrencysystem.text.jsonpolly

Read More
Polly retry request with different request-body...

c#dotnet-httpclientpollyretry-logichttpclientfactory

Read More
Polly Retry : System.ObjectDisposedException: Cannot access a disposed object. Object name: 'Flu...

c#pollyflurlretry-logicobjectdisposedexception

Read More
Polly: how to combine TimeoutPolicy and RetryPolicy to request a Func...

c#timeoutdotnet-httpclientpollyretry-logic

Read More
Polly retry with different url...

c#asp.net-coredotnet-httpclientpollyretry-logic

Read More
Polly HandleTransientHttpError not catching HttpRequestException...

c#dotnet-httpclientasp.net-core-2.1pollyretry-logic

Read More
Catching the last exception in Polly in .Net Core?...

c#.net-coredotnet-httpclientpollyretry-logic

Read More
Dynamic delegates in Polly’s Fallback...

c#.netfallbacktransientpolly

Read More
Pass ILogger<T> to Polly retry policy without HttpRequestMessage...

c#dotnet-httpclientpollyilogger

Read More
Unexpected behaviour using nested Retry, and Circuit Breaker policies of Polly.Net...

c#asp.net-core.net-corepollycircuit-breaker

Read More
Unit test sleep durations polly wait retry policy...

c#unit-testingxunitpollyretry-logic

Read More
How to capture last trial result in Poly retry policy?...

c#unit-testing.net-corepollyretry-logic

Read More
Polly log all requests with URL, Headers, Content and Response...

c#.net-coredotnet-httpclientpollyretry-logic

Read More
Polly Retry - Pass all execution until a retry is successful...

c#semaphoredotnet-httpclientpollycircuit-breaker

Read More
why error message "Operation failed after 3 times" appears even there is no re-try for err...

c#json.nettask-parallel-librarypolly

Read More
Polly.Contrib.WaitAndRetry to "funnel" all requests when hitting rate limit...

c#dropbox-apipollyretry-logic

Read More
How to have dynamic Jittered Back-off for wait and retry in .Net core using polly...

c#asp.net-core.net-corepollyretry-logic

Read More
Should non-idempotent operations be called with a retry policy?...

javac#pollyretry-logicretrypolicy

Read More
Demystify HTTP timeout and retry with Polly...

c#.net-coretimeoutdotnet-httpclientpolly

Read More
Polly CircuitBreakerAsync is not working as I expect...

c#async-awaittask-parallel-librarypollycircuit-breaker

Read More
NullReferenceException Error while using Polly package for retries...

c#.netasp.net-coredotnet-httpclientpolly

Read More
BackNext