Fault tolerance using Polly

What is a Resilience Framework?

Polly is classed as a resilience framework. A resilience framework is a set of libraries that help an application to recover from transient or more extended failures in services or infrastructure upon which it depends. When recovery is not possible, the resilience framework will facilitate graceful degradation of your application.

Polly has been around for many years and has been tried and tested in many applications

http://www.thepollyproject.org/

The source code for Polly can be found on GitHub here:

https://github.com/App-vNext/Polly

Continue reading Fault tolerance using Polly