# File lib/sidekiq/extensions/manager.rb, line 3
    def initialize(options={})
      options[:fetch] = Sidekiq::LimitFetch
      super
    end