Search code examples
.NET IHttpClientFactory + Microsoft Resilience retry: same HttpRequestMessage resent, delegating han...


c#.netdotnet-httpclientpollyretry-logic

Read More
What's alternative of HttpPolicyExtensions.HandleTransientHttpError in new Polly version?...


c#pollyretry-logic

Read More
What is the benefit of using exponential backoff?...


retry-logicexponential-backoff

Read More
Aspire with a .NET 9 Blazor App: increasing Polly retry for HttpClientFactory while using a Http Mes...


c#pollyretry-logic.net-9.0dotnet-aspire

Read More
How can I get the last result from a retrystrategy in an outer timeout strategy using Polly?...


c#.nettimeoutpollyretry-logic

Read More
Spring @Retryable annotation -- why trying to recover on unmentioned exceptions?...


javaspringspring-retryretry-logic

Read More
Polly in C# is retrying the request, even though HttpClient isn't timing out and there are no er...


c#timeoutdotnet-httpclientpollyretry-logic

Read More
Migration from Polly to Microsoft.Extensions.Http.Resilience - Extend ShouldHandle...


c#.netdotnet-httpclientpollyretry-logic

Read More
Preventing existing polly policy from being invoked for certain results...


c#dotnet-httpclientpollyretry-logicpolicywrap

Read More
How do I use the new resilience strategy in polly.core to a fallback strategy with custom action?...


c#.net-corefallbackpollyretry-logic

Read More
DefaultErrorHandler is not configurable If @RetryableTopic used for retry and DLT handler...


springspring-kafkaretry-logicspring-boot-3

Read More
C# Polly, 1st SqlException retry after 10 seconds then other all retries after 5 seconds until total...


c#.nettimeoutpollyretry-logic

Read More
How does Polly retry policies indicate when number of retries have been exceeded?...


c#pollyretry-logic

Read More
How to configure the Rate Limiter of the StandardResilienceHandler...


c#.netrate-limitingpollyretry-logic

Read More
Retry strategy with exponential timeout...


c#.nettimeoutpollyretry-logic

Read More
Airflow DAG to retry if any of the Airflow Tasks fails...


pythonexceptionairflowretry-logic

Read More
How to institute logging from Poly ResiliencePipeline for success after failure...


c#.netc#-8.0pollyretry-logic

Read More
Retry function in Python...


pythonpython-3.xretry-logic

Read More
Is it safe to rely on SqlConnection retry logic while using SqlCommand?...


c#winformsazure-sql-databasesqlconnectionretry-logic

Read More
The stream was already consumed. It cannot be read again error using Polly to retry requests C# .NET...


c#dotnet-httpclientpollyretry-logic

Read More
Why is Task.Delay(1) necessary to advance clock when unit testing with .NET TimeProvider?...


c#unit-testing.net-8.0pollyretry-logic

Read More
Unit test Polly - Check whether the retry policy is triggered on timeout / error...


c#unit-testingdotnet-httpclientpollyretry-logic

Read More
Using Polly v8 and RestSharp, how would I build a Generic ResiliencePipeline to account for response...


c#restsharppollyretry-logiccircuit-breaker

Read More
How to write retry policy in Contentful .net when the api rate limiting occurs?...


.netrate-limitingcontentfulpollyretry-logic

Read More
Retry Policy to Not Trigger For POST Requests...


retry-logicdapr

Read More
Leveraging AddStandardResilienceHandler and AddStandardHedgingHandler in .NET 8 for Resiliency...


c#.net-8.0pollyretry-logiccircuit-breaker

Read More
Google Cloud - Set default retry for Cloud function in cloudbuild...


google-cloud-platformgoogle-cloud-functionsgoogle-cloud-pubsubretry-logic

Read More
RabbitMQ message still retries after throwing AmqpRejectAndDontRequeueException...


spring-bootrabbitmqspring-amqpdead-letterretry-logic

Read More
Handling TaskCanceledException when HttpClient times out...


c#asp.netdotnet-httpclientpollyretry-logic

Read More
Retry with delay in Swift Combine?...


swiftdelaycombineretry-logicpublisher

Read More
BackNext