bkeepers / qu

a Ruby library for queuing and processing background jobs.
MIT License
505 stars 50 forks source link

Notify backends of job failure #79

Closed jnunemaker closed 10 years ago

jnunemaker commented 10 years ago

This fixes #78. Backends now know that a given payload caused a failure and can either fail silently or do whatever is appropriate. In addition to backends being notified of failure, the failure backend is also notified for sending the exception somewhere (ie: log, exceptional, airbrake, etc.).