module Oboe::Inst::ResqueJob

Public Instance Methods

fail_with_oboe(exception) click to toggle source
# File lib/oboe/inst/resque.rb, line 139
def fail_with_oboe(exception)
  if Oboe.tracing?
    Oboe::API.log_exception('resque', exception)
  end
  fail_without_oboe(exception)
end