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:
parent
19cf129fe3
commit
fdd2b95a23
1 changed files with 0 additions and 2 deletions
|
@ -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?
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue