no dogma blog
no dogma blog
Blog Posts
Podcast
Web API Lambda Course
Polly Course
Photos
Contact
Support this Site
About
RSS
Light
Dark
Automatic
Wait and Retry
Varying the Time Between Polly Retries Based on the Result
This is a follow-up to a post I wrote a few days ago about varying the delay between retries based on the exception. This time I’m going to show how to vary the delay based on the result.
Jul 24, 2021
#
Polly
,
dotNet
,
Wait and Retry
Varying the Time Between Polly Retries Based on the Exception
Polly’s Wait and Retry lets you decide how long it should pause based on the exception thrown in the invoked code. This is very useful when you know what problems can occur and how long you need to wait for them to resolve.
Jul 22, 2021
#
Polly
,
dotNet
,
Wait and Retry
Cite
×