class Semian::CircuitBreaker

def in_use?

def in_use?
  !error_timeout_expired? && !@errors.empty?
end