Releases: taskforcesh/bullmq
Releases · taskforcesh/bullmq
v1.12.0
1.12.0 (2020-12-16)
Features
- add ability to get if queue is paused or not (e98b7d8)
v1.11.2
1.11.2 (2020-12-15)
Bug Fixes
- promote jobs to the right "list" when paused (d3df615)
v1.11.1
1.11.1 (2020-12-15)
Bug Fixes
- clientCommandMessageReg to support GCP memorystore v5 (8408dda)
v1.11.0
1.11.0 (2020-11-24)
Bug Fixes
- add generic type to processor (d4f6501)
Features
- add name and return types to queue, worker and processor (4879715)
v1.10.0
1.10.0 (2020-10-20)
Bug Fixes
- job: remove listeners before resolving promise (563ce92)
- worker: continue processing if handleFailed fails. fixes #286 (4ef1cbc)
- worker: fix memory leak on Promise.race (#282) (a78ab2b)
- worker: setname on worker blocking connection (#291) (50a87fc)
- remove async for loop in child pool fixes #229 (d77505e)
Features
- sandbox: kill child workers gracefully (#243) (4262837)
v1.9.0
1.9.0 (2020-07-19)
Features
- add grouped rate limiting (3a958dd)
v1.8.14
1.8.14 (2020-07-03)
Bug Fixes
- typescript: fix typings, upgrade ioredis dependencies (#220) (7059f20)
- worker: return this.closing when calling close (b68c845)
v1.8.13
1.8.13 (2020-06-05)
Bug Fixes
- redis-connection: run the load command for reused redis client (fab9bba)
v1.8.11
1.8.11 (2020-05-29)
Bug Fixes
- scheduler: remove unnecessary division by 4096 (4d25e95)