- Change default manager
id
.
- Add
defaultMeta
option to logger.
- Rename logger option
includeJobs
toextended
.
- Add
Logger
to make it easy to log everything happening in the queue. - Timeout for batches is now the total timeout, not the max of the batch.
- Add worker ids to better track which worker is doing what.
- Add documentation of redis implementation.
- Add invalid data event for when JSON data cannot be parsed.
- Add more fields tracking when jobs are handled.
- Missing changelog.
- Remove :fetchAt keys from database on checkEmptyQueue.
- Missing changelog.
- Support for receiving jobs in batches.
- Changes the signiture of handler and event handlers.
- Renamed some options.
- More max attempts and timeout to be job specific (default can be set as well).
- Fix drain when no active queues.
- Add deleteJobs option to allow keeping jobs data in Redis.
- Move ioredis to peer dep.
- Starting out!