# File lib/sidekiq/extensions/queue.rb, line 19
    def lock
      @lock ||= LimitFetch::Global::Semaphore.new name
    end