class Sidekiq::Process

Overview

Sidekiq::Process represents an active Sidekiq process talking with Redis. Each process has a set of attributes which look like this:

{ "hostname" => "app-1.example.com", "started_at" => , "pid" => 12345, "tag" => "myapp" "concurrency" => 25, "queues" => ["default", "low"], "busy" => 10, "beat" => , "identity" => , }

Defined in:

sidekiq/api.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(hash : Hash(String, JSON::Any)) #

[View source]

Instance Method Detail

def [](key) #

[View source]
def dump_threads #

[View source]
def identity #

[View source]
def labels #

[View source]
def queues #

[View source]
def quiet! #

[View source]
def started_at #

[View source]
def stop! #

[View source]
def stopping? #

[View source]
def tag #

[View source]