Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in polly

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

Polly log all requests with URL, Headers, Content and Response

Adjusting Timeout duration based on Retry Count

c# polly

Catching the last exception in Polly in .Net Core?

Need a built in way to add Deadlock Resilience to Dapper for existing repos without altering them

Polly timeout in Blazor WASM Application HttpClient

Best retry policy for Refit ApiException?