module DistributeReads::JobMethods

Public Instance Methods

distribute_reads(*args) click to toggle source
# File lib/distribute_reads/job_methods.rb, line 20
def distribute_reads(*args)
  around_perform do |_job, block|
    distribute_reads(*args) { block.call }
  end
end