Skip to content

Commit

Permalink
Add link to retries blog
Browse files Browse the repository at this point in the history
Add a link to a really good blog post that interactively demonstrates how retries work with exponential back-off and jitter.
  • Loading branch information
martincostello committed Oct 19, 2023
1 parent d9fe9c9 commit 6cd9c48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/community/resources.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6cd9c48

Please sign in to comment.