List Question
20 TechQA 2024-03-28T23:53:38.770000How to migrate a standard CircruitBreaker policy from Polly V7 to V8?
43 views
Asked by user2727133
Polly v8 - Retrying specific status codes using the PredicateBuilder
58 views
Asked by Keiron
Polly Try and Retry wrapper function with generic
135 views
Asked by michaelbane
Polly final action after max retry
63 views
Asked by SimonAx
Sync Polly with timeout
22 views
Asked by iakob
How can I return 408 Request timeout to Polly so that it can apply retry policy?
39 views
Asked by user22155685
why cannot catch exception when using Policy's TimeoutAsync
28 views
Asked by user22155685
How can I suppress Execution Attempt log when using Polly V8 ResiliencePipelineBuilder?
176 views
Asked by Raúl Portela
Why is Task.Delay(1) necessary to advance clock when unit testing with .NET TimeProvider?
157 views
Asked by Richard Collette
How to write retry policy in Contentful .net when the api rate limiting occurs?
82 views
Asked by devram
How can i invoke X-HttpMessageHandlers when retrying requests?
100 views
Asked by GråSkærm
HttpRequestMessage.SetPolicyExecutionContext does not pass context to policy
95 views
Asked by Sam
Polly Retry URL duplicating values
45 views
Asked by Ben D
Difference of async lambda and simple lambda in Polly
32 views
Asked by achies
Unit Test Typed HttpClient with Microsoft.Extensions.Http.Resilience
323 views
Asked by phil
Retry policy for Http client
297 views
Asked by F sam
Issue with Refit and Polly Configuration Retry
144 views
Asked by Sabbir Islam Mukdo
How do you override AddStandardResilenceHandler() for a specific client?
541 views
Asked by James Hancock