# File lib/sidekiq/limit_fetch/global/semaphore.rb, line 53
    def busy
      redis {|it| it.llen "#{PREFIX}:busy:#@name" }
    end