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

Merge branch 'master' of github.com:mperham/sidekiq

This commit is contained in:
Mike Perham 2020-07-01 16:10:56 -07:00
commit 38d6377dcc

View file

@ -40,8 +40,6 @@ module Sidekiq
UnitOfWork.new(*work) if work UnitOfWork.new(*work) if work
end 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) def bulk_requeue(inprogress, options)
return if inprogress.empty? return if inprogress.empty?