Class: RoundhouseUi::CapsulesController

Inherits:
ApplicationController show all
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

#redirect_to

Instance Method Details

#indexObject



6
7
8
# File 'app/controllers/roundhouse_ui/capsules_controller.rb', line 6

def index
  @capsules = aggregate
end