Search code examples
Polly policy handle Refit ApiException with DI AddPolicyHandler...

c#uwppollyretry-logicrefit

Read More
How is Polly able to resend the same HTTP request?...

c#asp.net-coredotnet-httpclientpollyretry-logic

Read More
Unable to refresh token in Refit with Polly retry...

c#mauipollyretry-logicrefit

Read More
Microsoft.Data.SqlClient SqlConfigurableRetryLogicConnection in Config Not Applying...

asp.net-coreado.netretry-logicdata-accessmicrosoft-data-sqlclient

Read More
C# Polly Start counting CircuitBreaker Exception only on the last Retry attempt Exception...

c#pollycircuit-breakerretry-logicpolicywrap

Read More
Retry failed sqlalchemy queries...

pythonmysqlsqlalchemyflask-sqlalchemyretry-logic

Read More
How to implement a generic retry pattern for methods with parameters...

c#.net.net-4.8retry-logic

Read More
Polly retry not happening for WaitAndRetryAsync...

c#pollyretry-logic

Read More
Polly and async method: cannot convert async lambda expression to delegate Task<HttpResponseMessa...

c#.netpollyretry-logic

Read More
Check string content of response before retrying with Polly...

c#pollyretry-logic

Read More
How to retry a Polly rate limit when the rate limit has exceeded?...

c#rate-limitingpollyretry-logic

Read More
How to set Polly Retry for the set specific StatusCodes only...

c#sendgridhttp-status-codespollyretry-logic

Read More
Playwright retry policy for text appearing...

automated-testsplaywrightretry-logic

Read More
WaitRetryForever is not working for a customexception in Polly.Net Resiliency...

c#pollycircuit-breakerretry-logicresiliency

Read More
Combining Polly policies and accessing handled exception in Polly policy Fallback...

f#fallbackpollyretry-logicpolicywrap

Read More
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
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
Sftp Retry Logic Inside Azure function App...

c#azureazure-functionssftpretry-logic

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
How can I "requeue" messages in a TPL Pipeline?...

c#task-parallel-librarytpl-dataflowretry-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
Retry Pattern via polly...

c#dotnet-httpclientpollyretry-logic

Read More
Return status code when maximum retries attempted using backoff...

python-asynciodecoratoraiohttpretry-logicexponential-backoff

Read More
BackNext