Skip to content

Releases: taskforcesh/bullmq

v1.12.0

16 Dec 10:07
Compare
Choose a tag to compare

1.12.0 (2020-12-16)

Features

  • add ability to get if queue is paused or not (e98b7d8)

v1.11.2

15 Dec 12:00
Compare
Choose a tag to compare

1.11.2 (2020-12-15)

Bug Fixes

  • promote jobs to the right "list" when paused (d3df615)

v1.11.1

15 Dec 10:09
Compare
Choose a tag to compare

1.11.1 (2020-12-15)

Bug Fixes

  • clientCommandMessageReg to support GCP memorystore v5 (8408dda)

v1.11.0

24 Nov 13:38
Compare
Choose a tag to compare

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

20 Oct 10:42
Compare
Choose a tag to compare

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

19 Jul 08:19
Compare
Choose a tag to compare

1.9.0 (2020-07-19)

Features

  • add grouped rate limiting (3a958dd)

v1.8.14

03 Jul 18:02
Compare
Choose a tag to compare

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

05 Jun 17:12
Compare
Choose a tag to compare

1.8.13 (2020-06-05)

Bug Fixes

  • redis-connection: run the load command for reused redis client (fab9bba)

v1.8.12

04 Jun 20:12
Compare
Choose a tag to compare

1.8.12 (2020-06-04)

Bug Fixes

v1.8.11

29 May 08:45
Compare
Choose a tag to compare

1.8.11 (2020-05-29)

Bug Fixes

  • scheduler: remove unnecessary division by 4096 (4d25e95)