Search code examples
Using Polly to retry after HttpStatusCode.Unauthorized...


c#asp.net-mvcdotnet-httpclientrefresh-tokenpolly

Read More
Generic method which handles exception list with polly package...


c#list.net-corepollyretry-logic

Read More
Should I use IMemoryCache to store the bearer token or implement a Polly retry policy for 401 errors...


c#azure-functionspollyretry-logicmemorycache

Read More
Polly - 'Cannot access a closed Stream'...


c#dotnet-httpclientmauipollyretry-logic

Read More
Should I implement both Retry Policy and Circuit Breaker on nested methods calling external resource...


c#.netpollycircuit-breakerretry-logic

Read More
Pass custom context into OnRetry...


c#pollyretry-logic

Read More
Does the order in which you add handlers matter when registering an HTTP client? - C# .NET...


c#.nethttpdotnet-httpclientpolly

Read More
Using Polly in oppose to Task.TimeoutAfter...


c#.net-corewebsockettimeoutpolly

Read More
Can we use Polly retry instead of ExponentialBackoffRetry in Service Bus Topic Trigger Azure Functio...


c#azureazure-functionsazureservicebuspolly

Read More
Unable to retrieve RequestUri in onRetryAsync method after a TimeoutRejectedException...


c#.nettimeoutpollyretry-logic

Read More
C# Polly combining http error handler, retry, bulkhead and timeout to be used inside HttpClient...


c#dotnet-httpclientpollyretry-logicpolicywrap

Read More
Identify which GRPC service subscribed is down .NET 7...


c#.net-7.0pollyretry-logicgrpc-c#

Read More
Polly DecorrelatedJitterBackoffV2 - how calculate max time required to complete all retries?...


c#pollyretry-logicexponential-backoff

Read More
How to filter specific endpoint for retry policy using Polly...


c#.netdependency-injectionpollyretry-logic

Read More
Catching Internal Sealed Exceptions...


c#.net-coredotnet-httpclientpollyretry-logic

Read More
Add dynamic parameter to DelegatingHandler used within the HttpClientFactory Service...


c#dotnet-httpclientpollyihttpclientfactorydelegatinghandler

Read More
Polly Retry with HTTP Client is exceeding the Number of Max Retries and continues Retry till HTTP Ti...


c#asp.netdotnet-httpclientpollyretry-logic

Read More
Polly retry delay based on Service Bus Trigger value...


c#azure-functionsdotnet-httpclientpollyretry-logic

Read More
Are there any JavaScript (Angular) equivalents of the .net Polly library...


javascript.netangularrestpolly

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


.netpolly

Read More
Using Polly to do reconnects and timeouts...


c#websockettimeoutpollyretry-logic

Read More
What is the correct way to call Polly ExecuteAsync method?...


c#task-parallel-librarypolly

Read More
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
RateGate class to Polly policy...


c#.netrate-limitingpollyrategate

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


c#mauipollyretry-logicrefit

Read More
Polly FallbackPolicy with Refit and HttpClientFactory...


c#fallbackpollyrefithttpclientfactory

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


c#pollycircuit-breakerretry-logicpolicywrap

Read More
C# and Polly - How to Unwrap IAsyncPolicy to get to the ICircuitBreakerPolicy...


c#pollycircuit-breakerpolicywrappolicy-registry

Read More
Polly retry not happening for WaitAndRetryAsync...


c#pollyretry-logic

Read More
BackNext