class Sidekiq::Process
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' => <process start time>, 'pid' => 12345, 'tag' => 'myapp' 'concurrency' => 25, 'queues' => ['default', 'low'], 'busy' => 10, 'beat' => <last heartbeat>, 'identity' => <unique string identifying the process>,
}