Search code examples
Using Polly in C#, can I wait until a timespan elapses OR a task terminates before retrying?...

c#async-awaitpollyretry-logictaskcompletionsource

Read More
Polly policy to throw an exception when Execute() is called...

c#polly

Read More
How to Register Polly on a IHttpClient Already Registered...

c#asp.net.netasp.net-corepolly

Read More
Pathoschild/FluentHttpClient giving error for custom retry coordination using Polly...

c#pollyfluent-http-client

Read More
Timeout and Retry Logic in Circuit Breaker pattern using Polly...

c#timeouthttpclientcircuit-breakerpolly

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

c#postgresqlmicroservicesnpgsqlpolly

Read More
Reset Polly Retry count...

polly

Read More
How to implement Polly correctly in my code to avoid freezing...

c#polly

Read More
Can a Polly Circuit Breaker have an exponential durationOfBreak?...

c#ado.netcircuit-breakerpollyexponential-backoff

Read More
Retry Interceptor using Polly is not working for Unity...

c#unity-containerpolly

Read More
Which wait mechanism is Polly using...

polly

Read More
Exception User-Unhandled reported in VS Debugger when using Polly...

c#network-programminggeocodingunhandled-exceptionpolly

Read More
How to use await keyword inside a method without changing the method async...

c#-4.0async-awaitquartz.netpolly

Read More
Test Polly retry polly configured via Startup.ConfigureServices() with ASP.NET Core API...

c#asp.net-core.net-coreasp.net-core-webapipolly

Read More
Identify completion of final retry by Polly retry policy...

c#asp.netpolly

Read More
Polly - Please use asynchronous-defined policies when calling asynchronous ExecuteAsync (and similar...

c#asp.netpolly

Read More
Polly CircuitBreaker fallback not working...

c#asp.netpolly

Read More
Set durationOfBreak in Polly CircuitBreaker...

c#polly

Read More
Logging Polly wait and retry policy ASP.NET CORE 2.1...

c#asp.net-core.net-coreasp.net-core-webapipolly

Read More
Polly WaitAndRetry with final exception does nothing...

c#vb.netpolly

Read More
Polly cache policy is not adding values to the cache...

c#asp.net-core-2.0polly

Read More
RabbitMQ - deal with unreliable service...

rabbitmqpollyretry-logicreliable-message-deliveryunreliable-connection

Read More
Can a policy throw an exception if the result criteria is never met?...

c#polly

Read More
Translate Polly HTTP request to F#...

c#proxyf#webclientpolly

Read More
How to use Named Arguments in F#...

f#overload-resolutionnamed-parameterspolly

Read More
Retry HTTP request from .NET with different proxy server...

.nethttpproxypollyresiliency

Read More
Combining transient fault catching with reauthorization in Polly...

c#polly

Read More
How to know the retry iteration number in retryPolicy.excute()...

c#asp.net-corepollyretrypolicy

Read More
Implementing connection retry policy on failure to connect with database...

c#sql-serverconnection-stringpollytransient-failure

Read More
Adjusting Timeout duration based on Retry Count...

c#polly

Read More
BackNext