PreviousNext

Working with Polly - Using the Context to Obtain the Retry Count for Diagnostics

by bill-s, 2018-07-25T16:40:44.531Z

I’ve been using Polly for a number of years now. For the most part, my usage of the library has been to solve some quite basic problems; commonly to implement retry logic when calling external services for example. In this post, I want to explore a requirement I had when using Polly within a library that would be shared with various other internal projects.

Read More