Remove the lines from inlined_jobs.rb which never get called.
closes #6499
This commit is contained in:
parent
6e845eb22a
commit
70b5d86386
1 changed files with 0 additions and 2 deletions
|
|
@ -4,7 +4,5 @@ module HelperMethods
|
|||
result = yield Sidekiq::Worker
|
||||
Sidekiq::Worker.drain_all
|
||||
result
|
||||
rescue NoMethodError
|
||||
yield Sidekiq::Worker if block_given? # Never error out on our own
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue