diff --git a/lib/sidekiq/fetch.rb b/lib/sidekiq/fetch.rb index 4f4764131..6a1804a0f 100644 --- a/lib/sidekiq/fetch.rb +++ b/lib/sidekiq/fetch.rb @@ -40,8 +40,6 @@ def retrieve_work UnitOfWork.new(*work) if work end - # By leaving this as a class method, it can be pluggable and used by the Manager actor. Making it - # an instance method will make it async to the Fetcher actor def bulk_requeue(inprogress, options) return if inprogress.empty?