v4
4.0.3 (2022-11-19)
Bug Fixes
4.0.2 (2022-11-08)
Bug Fixes
4.0.1 (2022-11-07)
Features
4.0.0 (2022-10-27)
Bug Fixes
redis: replace throw exception by console.error (fafa2f8)
worker: clear stalled jobs timer when closing worker (1567a0d)
getters: fix return type of getJobLogs (d452927)
connection: throw error when no noeviction policy (3468390)
delayed: promote delayed jobs instead of picking one by one (1b938af)
delayed: remove marker when promoting delayed job (1aea0dc)
getters: compensate for "mark" job id (231b9aa)
sandbox: remove progress method (b43267b)
stalled-jobs: handle job id 0 (829e6e0)
worker: do not allow stalledInterval to be less than zero (831ffc5)
worker: use connection closing to determine closing status (fe1d173)
Features
improve delayed jobs and remove QueueSchedulerPro (1f66e5a)
move stalled jobs check and handling to WorkerPro class from QueueSchedulerPro (13769cb)
Performance Improvements
events: remove data and opts from added event (e13d4b8)
BREAKING CHANGES
Remove QueueSchedulerPro class. WorkerPro class should handle QueueSchedulerPro functionalities.
compat: The compatibility class for Bullv3 is no longer available.
Failed and stalled events are now produced by the WorkerPro class instead of by the QueueSchedulerPro.
The minimum Redis recommended version is 6.2.0.
Last updated
Was this helpful?