class Semian::CircuitBreaker

def disabled?

def disabled?
  ENV["SEMIAN_CIRCUIT_BREAKER_DISABLED"] || ENV["SEMIAN_DISABLED"]
end