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:
commit
38d6377dcc
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