Hi All,
it would be nice if function is_system_error can work with self._exceptions as well. I am about to implement ES circuit breaker for just one exception (ES BROKEN CONNECTION) so that I have to create my own Breaker (subclassing CircuitBreaker) and rewrite function is_system_error instead of just define one exception in the new list self._exceptions.
Regards,
Vojtech.
Hi All,
it would be nice if function
is_system_errorcan work withself._exceptionsas well. I am about to implement ES circuit breaker for just one exception (ES BROKEN CONNECTION) so that I have to create my own Breaker (subclassing CircuitBreaker) and rewrite functionis_system_errorinstead of just define one exception in the new listself._exceptions.Regards,
Vojtech.