bkeepers / qu

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

Backend should be notified of failures #74

Closed jnunemaker closed 10 years ago

jnunemaker commented 10 years ago

Right now backends are not notified when a payload is performed and an exception happens (only failure backend is). The normal backend needs to be notified as well in order for reliable reads to work.

jnunemaker commented 10 years ago

Closed by https://github.com/bkeepers/qu/commit/f4c7289a7c5e09a9910c86cca5d97fea2bc0dbbe#diff-4893e3a5cb9c6b83208eea1836eb11a8L47