1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Remove wrong comment on instance method (#4617)

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.
This commit is contained in:
Lutz Lengemann 2020-07-01 17:25:33 +02:00 committed by GitHub
parent 19cf129fe3
commit fdd2b95a23
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,8 +40,6 @@ module Sidekiq
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?