module Resque::Plugin

Public Instance Methods

after_batch_hooks(job) click to toggle source

This hook is really the meaning of our adventure.

# File lib/resque/plugins/batched_job.rb, line 13
def after_batch_hooks(job)
  job.methods.grep(/^after_batch/).sort
end