Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in polly

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

.net http caching fallback polly

Proper way to handle multiple services with polly circuit breaker

What HTTP error codes are retried by Polly (.Net) by default?

.net polly

How to tell from Npgsql exception if the call is worth a retry (transient fault strategy)

Polly Retry policy with Function is not waiting for result

c# policy polly retry-logic

How to use Named Arguments in F#

Refresh Token using Polly with Typed Client

c# asp.net-core polly

Understanding the semantics of Polly policies when separating policy definition from execution

c# .net polly

Polly policy not working using "AddPolicyHandler"

Exception User-Unhandled reported in VS Debugger when using Polly

How to use Polly with Flurl.Http?

c# httpresponse polly flurl

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