module DistributedResqueWorker::ResqueFailure

ResqueFailure

Public Instance Methods

on_failure_logging(error, *args) click to toggle source
# File lib/distributed_resque_worker.rb, line 14
def on_failure_logging(error, *args)
  msg = "Performing #{self} caused an exception #{error} with args #{args}."
  Resque.logger.info msg
end