class Sidekiq::ProcessSet
def total_concurrency
-
(Integer)
- the sum of process concurrency
def total_concurrency sum { |x| x["concurrency"].to_i } end
(Integer)
- the sum of process concurrency
def total_concurrency sum { |x| x["concurrency"].to_i } end