Code samples and my written examples with Polly.
Using circuit breaker and retry to wrap a service that's purposefully faulty. The
service exposes a Reset()
operation.
The service fails operations 2% of the time, incrementing by 1% each operation until reset.
- The Polly Project (GitHub) for their amazing library.