Module: Rukawa::Wrapper::HooksForFailure

Defined in:
lib/rukawa/wrapper/active_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(*args) ⇒ Object



67
68
69
70
71
72
# File 'lib/rukawa/wrapper/active_job.rb', line 67

def perform(*args)
  super
rescue Exception
  status_store.failed
  raise
end