Skip to content

Instantly share code, notes, and snippets.

@iamer
Created June 16, 2013 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iamer/5793069 to your computer and use it in GitHub Desktop.
Save iamer/5793069 to your computer and use it in GitHub Desktop.
** worker#step intercepted exception **
Please report issue or fix your Ruote::FsStorage impl,
or override Ruote::Worker#handle_step_error(e, msg) so that
the issue is dealt with appropriately. For example:
class Ruote::Worker
def handle_step_error(e, msg)
logger.error('ruote step error: ' + e.inspect)
mailer.send_error('admin@acme.com', e)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment