rbsafecircuit 0.1.0
rbsafecircuit is a Ruby gem that provides a robust implementation of the circuit breaker pattern, designed to enhance the resilience of applications by managing failures and reducing the impact of network or service-related issues. It includes features such as state management (closed, open, half-open), failure thresholds, timeout handling, and event-driven callbacks for handling success, failure, open, close, and half-open states. Built with flexibility and reliability in mind, rbsafecircuit helps developers ensure their applications remain responsive and reliable in the face of unreliable external dependencies.
          Gemfile:
          =
        
        
          install:
          =
        
      Versions:
- 0.1.0 June 30, 2024 (6.5 KB)
Runtime Dependencies (1):
            event_emitter
            ~> 1.0
          
    