Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

Releases: playerme/fivebeans

v1.8.0: Added ability to automatically retry jobs that threw errors

08 May 07:11
Compare
Choose a tag to compare

v1.7.1: Added payload data when emitting the reserved jobs event

15 Mar 09:11
e44dc3e
Compare
Choose a tag to compare
Merge pull request #2 from drey101/master

Default message for error encountered while establishing error is mod…

Add more data to error

08 Feb 06:29
858c028
Compare
Choose a tag to compare
Merge pull request #1 from drey101/master

When handler encounters an error, make it emit an error

v1.6.0: Events: enable class names and return jobdata

07 Nov 07:56
6c69156
Compare
Choose a tag to compare
If the handler is an ES6 Class, return `handler.constructor.name` instead of `handler.type` in events.
In the `job.handled` event, return the jobdata as the second parameter.