Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in polly

Is using a circuit breaker approach to handling http 429 responses too much of an overkill

Responding to 429 exceptions (throttling) using Castle.Windsor and Polly

Demystify HTTP timeout and retry with Polly

Polly final action after max retry

c# exception polly retry-logic

Unit test HttpClient with Polly

Retry multiple times when http request times out using polly c#

Polly create HttpClient (IHttpClientBuilder.AddPolicyHandler) without ServiceCollection

Migration from Polly to Microsoft.Extensions.Http.Resilience - Extend ShouldHandle

Mocking a HttpClient handler when injected by IHttpClientFactory

How to use the PolicyHttpMessageHandler as "standalone"?

Polly retry not always catching HttpRequestException

Get the full URI within a Polly retry attempt?

Reusing HttpRequestMessage in Polly retry policies

Cannot implicitly convert type 'Polly.CircuitBreaker.AsyncCircuitBreaker' to 'Polly.Policy'

Polly's Policy.TimeoutAsync does not work with PolicyWrap in an async context

HttpClient TimeOut and Polly Bulkhead Policy problem

Polly won't throw on some exceptions?

Polly CircuitBreakerAsync is not working as I expect

Can a Polly Circuit Breaker have an exponential durationOfBreak?

How to Mock HTTPClient from IHttpClientFactory combined with Polly policies in .NET Core using Moq