class Sidekiq::ProcessSet

def total_concurrency

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