Class: RoundhouseUi::CapsulesController
- Inherits:
-
ApplicationController
- Object
- ActionController::Base
- ApplicationController
- RoundhouseUi::CapsulesController
- Defined in:
- app/controllers/roundhouse_ui/capsules_controller.rb
Overview
Sidekiq 7+ capsules — isolated concurrency pools, each with its own queues. Aggregated across the running processes so you can see which capsule serves which queues (and answer "why isn't this queue draining?").
Constant Summary
Constants inherited from ApplicationController
ApplicationController::AUDIT_VERBS
Instance Method Summary collapse
Methods inherited from ApplicationController
Instance Method Details
#index ⇒ Object
6 7 8 |
# File 'app/controllers/roundhouse_ui/capsules_controller.rb', line 6 def index @capsules = aggregate end |