Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in polly

How to mock a method with CancellationToken passed as parameter?

Logging Polly wait and retry policy ASP.NET CORE 2.1

Execute multiple policies

.net polly c#

What is the difference between AddTransientHttpErrorPolicy and AddPolicyHandler?

Polly framework CircuitBreakerAsync does not retry if exception occur

Using Polly for a retry attempt from an async function

c# async-await polly

How can I get the retry count within a delegate executed through Polly retry policy?

c# polly retry-logic

Should Polly Policies be singletons?

c# circuit-breaker polly

Check string content of response before retrying with Polly

Use a specific timeout connected to a retrypolicy

c# polly

Testing Polly retry policy with moq

c# unit-testing moq polly

Polly policy to log exception and rethrow

c# exception polly

Polly timeout policy clarification

c# polly transient-failure

Polly Framework VS Microsoft Transient Fault Handling

Using Polly to retry after HttpStatusCode.Unauthorized