sidekiq_status_monitor 1.0.1
SidekiqStatusMonitor offers a solution to add HTTP server for the sidekiq instance. Can be used for Kubernetes livenessProbe and readinessProbe checks. Other liveness/alive checks can be done too since the server returns 200/500 status codes. Also provides a HTTP JSON interface for crawling metrics.
          Gemfile:
          =
        
        
          安装:
          =
        
      Development 依赖 (8):
            bundler
            > 1.16
          
          
            debug
            ~> 1.6
          
          
            rack-test
            ~> 2.1.0
          
          
            rake
            ~> 13.0
          
          
            rspec
            ~> 3.0
          
          
            rspec-sidekiq
            ~> 4.0
          
          
            rubocop-shopify
            ~> 2.10
          
          
            solargraph
            ~> 0.49.0
          
    