lykmapipo / kue-scheduler

A job scheduler utility for kue, backed by redis and built for node.js
246 stars 47 forks source link

Ensure all errors are send to queue instance for cleaner error propagation and handling #48

Open lykmapipo opened 7 years ago

lykmapipo commented 7 years ago

After reviewing the codes, I have seen errors just thrown and handled independently of the queue instance.

I think it will be proper if all errors can be propagated to queue instance.