CodePudding
Home
front end
Back-end
Net
Software design
Enterprise
Blockchain
Mobile
Software engineering
database
OS
other
Tags
>
polly
09-14
Back-end
C#: Throttle/rate limit outgoing HTTP requests with Polly
09-14
Software design
why error message "Operation failed after 3 times" appears even there is no re-try for err
09-09
database
Polly not catching Nsubstitute's mocked exception
09-09
database
How to choose the values for httpClient retry policy and timeout policy?
09-01
Blockchain
NullReferenceException Error while using Polly package for retries
08-19
Mobile
Using Polly with async method does not continue with await
08-15
Mobile
.Net Core - AWS DynamoDb With Retry Policies
07-30
Mobile
retry insert 3 times only when error code 403002 occurs
07-28
Blockchain
How to have dynamic Jittered Back-off for wait and retry in .Net core using polly
07-27
Software design
C# Access instance of generic type argument at runtime
07-24
Back-end
retry polly unit testing (xunit and moq)
06-30
OS
What is the Correct way of logging before Retry using Polly
05-30
OS
Adjusting code to use the built-in RateLimit policy
05-12
Back-end
How to throw final error using WaitAndRetry and Execute?
05-11
Mobile
Polly RetryForever isn't retrying
05-09
other
Polly.Extensions.Http not accessible for IHttpClientFactory - .Net6
04-28
database
Polly doesn't handle an exception in a task because of Task.WhenAny
04-01
Back-end
How to mock AsyncPolicyWrap or AsyncPolicy in .Net Core using FakeItEasy
03-21
Back-end
How to use the PolicyHttpMessageHandler as "standalone"?
02-16
Mobile
I have to handle an exception in Polly where I need to Compare the data in the result set with the d
12-19
OS
Polly Retry - Pass all execution until a retry is successful
12-01
database
How can I test a Polly retry policy that's set during startup?
11-30
Blockchain
Stop Execution on certain condition on Polly 4.3
10-24
front end
How to use Microsoft.Extensions.Http.Polly in netcoreapp3.1 worker service project
10-14
Mobile
Unexpected behaviour using nested Retry, and Circuit Breaker policies of Polly.Net
10-05
Software engineering
Polly: Is there any way/method in WaitAndRetryAsync that can be treat as RetryCompleted?
Links:
CodePudding