From 2b76339967fc4280ccab86f92b97d8b0a016f03d Mon Sep 17 00:00:00 2001 From: Martin Costello Date: Thu, 19 Oct 2023 13:46:14 +0100 Subject: [PATCH] Add link to retries blog Add a link to a really good blog post that interactively demonstrates how retries work with exponential back-off and jitter. --- docs/community/resources.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/community/resources.md b/docs/community/resources.md index 36f12b5592a..a56055edf5b 100644 --- a/docs/community/resources.md +++ b/docs/community/resources.md @@ -27,6 +27,7 @@ This includes Blogs, podcasts, courses, e-books, architecture samples and videos - [Passing an `ILogger` to Polly Policies](https://www.stevejgordon.co.uk/passing-an-ilogger-to-polly-policies) - by [Steve Gordon](https://twitter.com/stevejgordon) - [Using Polly and Flurl to improve your website](https://jeremylindsayni.wordpress.com/2019/01/01/using-polly-and-flurl-to-improve-your-website/) - by Jeremy Lindsay. - [Exploring the Polly.Contrib.WaitAndRetry helpers](https://hyr.mn/Polly-wait-and-retry/) - by [Ben Hyrman](https://twitter.com/hyrmn), who also wrote most of the Polly.Contrib.WaitAndRetry documentation. +- [Retries - An interactive study of common retry methods](https://encore.dev/blog/retries) - by [Sam Rose](https://twitter.com/samwhoo) ## Podcasts