class Semian::CircuitBreaker

def error_threshold_reached?

def error_threshold_reached?
  @errors.size == @error_count_threshold
end