djpate / jflow

jRuby compatible library for AWS SWF
2 stars 3 forks source link

Execute error handlers on task exceptions #7

Closed Rshomali closed 8 years ago

Rshomali commented 8 years ago

Example: JFlow.configuration.error_handlers << Proc.new { |e| Raven.capture_exception(e) }

djpate commented 8 years ago

This is super clean! Thanks for the addition.