Questions tagged as 'circuitbreaking'

1
answer

What is CircuitBreaker?

I've already seen some definitions about CircuitBreaker , but I still do not understand the background how to use it and I have my doubts. What is the best scenario to apply? What should be aborted to be fully implemented? Can it be us...
asked by 04.08.2017 / 13:57
1
answer

How can I catch an 'Exception' from 'CircuitBreaker' to generate a log?

I'm trying to capture through Action onBreak, but apparently it never throws the exception on the screen. using Polly; using System; using System.Collections.Generic; namespace CircuitBreakingPolly { public class Program { pub...
asked by 12.07.2017 / 20:29