Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in polly

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?

RateLimiting - Incorrect limiting

Polly C# retry exponentially for 3 tries then switch to retrying every hour

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

c# .net httpwebresponse polly

Polly: BulkheadPolicy combined with RetryPolicy

c# polly retry-logic bulkhead

Can I combine Retry and Fallback Polly resilience policies?

c# polly

Receiving error 'The request message was already sent' when using Polly

Polly Retry All Exceptions Except Specific Condition

Configuring Polly library to fallback to cached values only if service is not available

.net http caching fallback polly

Make an Http request through a Lambda Func