You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
actually currently all worker errors are re-emitted into kue object itself (see https://github.com/LearnBoost/kue/blob/master/lib/kue.js#L239) this is not to face uncaught exceptions when consumers forget to listen for error in each workers they create.
I considered this not a stabled decision at that time and so not added this into documentation.
I noticed that the queue emits an 'error' event here https://github.com/LearnBoost/kue/blob/master/lib/queue/worker.js#L91. Should this be documented?
The text was updated successfully, but these errors were encountered: