PreviousNext

Simple Retry Policy with Polly

by bill-s, 2020-04-24T20:21:14.405Z

Exceptions in production are a matter of course for any distributed application like a web app. Instead of just crashing the application when an error occurs we can sometimes be a little smarter. In this episode we take a look a the Polly library for handling transient faults.

Read More