# File lib/sidekiq/limit_fetch/unit_of_work.rb, line 3 def initialize(queue, job) super redis_retryable { Queue[queue_name].increase_busy } end