Search code examples
getting conversion error while trying to wrap 2 Polly policies...

c#timeoutpollyretry-logicpolicywrap

Read More
how to capture CircuitState for AsyncCircuitBreakerPolicy...

c#pollycircuit-breakerretry-logicpolicywrap

Read More
why my polly timeout policy seems not firing...

c#ado.nettimeoutpollypolicywrap

Read More
Execute multiple policies...

c#.netpollyretry-logicpolicywrap

Read More
Polly - How to achieve a circuit breaker that opens the circuit on WaitAndRetry failure and puts bac...

c#pollycircuit-breakerretry-logicpolicywrap

Read More
Can I share retryCount across policies in a PolicyWrap instead of them resetting?...

c#pollyretry-logicpolicywrap

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

c#pollyretry-logicexponential-backoffpolicywrap

Read More
How to write integration test for typed client in .NET...

c#.net-coreintegration-testingpolly

Read More
Mock http client that is set up inside of Program.cs...

c#.net-coredependency-injectionmockingpolly

Read More
How to deal with 100 seconds timeouts while using Poly retry policy...

c#dotnet-httpclientpollycircuit-breakerretrypolicy

Read More
What is a decent method for re-trying after failed connection of GET, and POST HTTP Methods via Rest...

c#restsharppollyretry-logic

Read More
How to throw a custom exception in polly rate limit exceeds the rate?...

c#exceptionrate-limitingpollyretry-logic

Read More
TaskCanceledException not being caught when using httpclient with polly policy...

c#.net-6.0dotnet-httpclientpollyretry-logic

Read More
Polly does not retry even though an exception is caught...

c#timeoutdotnet-httpclientpollyretry-logic

Read More
C# Polly WaitandRetry or delay and then retry...

c#.netasync-awaitpollyretry-logic

Read More
How to use the PolicyHttpMessageHandler as "standalone"?...

c#.net.net-6.0dotnet-httpclientpolly

Read More
Retry Pattern via polly...

c#dotnet-httpclientpollyretry-logic

Read More
Result<T> - if result has faulted, throw an exception in order to trigger Polly retries...

c#.netasync-awaitpollyretry-logic

Read More
How to log something before retry using Polly?...

c#loggingasp.net-web-apipollyretry-logic

Read More
Polly: Retry request with StreamContent and MemoryStream - no content on second try...

c#.netdotnet-httpclientpollyretry-logic

Read More
How do I add a Polly policy to a Refit Client created with a factory?...

c#dependency-injectionpollyretry-logicrefit

Read More
Polly re-try policy not working in conjunction with circuit breaker with Ocelot...

c#pollycircuit-breakerretry-logicocelot

Read More
.Net Core - AWS DynamoDb With Retry Policies...

c#.net-coreamazon-dynamodbpollyretry-logic

Read More
Reusing a Polly retrial policy for multiple Refit endpoints without explicitly managing the HttpClie...

c#asp.net-coredrypollyrefit

Read More
Stop Execution on certain condition on Polly 4.3...

c#.net-4.0pollycancellation-tokenretry-logic

Read More
Proper way to handle multiple services with polly circuit breaker...

c#.netdotnet-httpclientpollycircuit-breaker

Read More
Enter a Catch Method in WaitAndRetryAsync...

c#asp.net-core-2.0pollyretry-logic

Read More
Retry pattern swallows the exceptions in a Task.Run...

c#.nettaskpollyretry-logic

Read More
Polly: wrap AsyncFallbackPolicy<TResult> with AsyncFallbackPolicy...

c#fallbackpollyretry-logic

Read More
Passing asynchronous task result from one library (NPoco) to another (Polly) - which approach to use...

c#async-awaittask-parallel-librarypollynpoco

Read More
BackNext