class Sidekiq::ProcessSet
Enumerates the set of Sidekiq
processes which are actively working right now. Each process sends a heartbeat to Redis every 5 seconds so this set should be relatively accurate, barring network partitions.
@yieldparam [Sidekiq::Process]