Questions tagged as 'polly'

1
answer

How is Polly Fallback working?

I'm trying to understand how Polly Fallback works, but I'm not getting the implementation right. As I understand it, it performs another action if the first fails, but that is not what is happening. using System; using System.Collections....
asked by 13.07.2017 / 15:10
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