From e7f875c5c94ba66b3e6f45790d4b875d179cac0b Mon Sep 17 00:00:00 2001 From: Lutz Lengemann Date: Wed, 1 Jul 2020 09:30:58 +0200 Subject: [PATCH] Remove wrong comment on instance method Withing #4602 this method was changed from a class- to instance-method. The comment should be removed as the method is not a class-method anymore. --- lib/sidekiq/fetch.rb | 2 -- 1 file changed, 2 deletions(-) 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?