Skip to content

Releases: taskforcesh/bullmq

v1.14.3

07 Feb 09:31
Compare
Choose a tag to compare

1.14.3 (2021-02-07)

Bug Fixes

  • worker: avoid possible infinite loop fixes #389 (d05566e)

v1.14.2

02 Feb 08:12
Compare
Choose a tag to compare

1.14.2 (2021-02-02)

Bug Fixes

  • improve job timeout notification by giving the job name and id in the error message (#387) (ca886b1)

v1.14.1

01 Feb 17:34
Compare
Choose a tag to compare

1.14.1 (2021-02-01)

Bug Fixes

  • job finish queue events race condition (355bca5)

v1.14.0

06 Jan 23:13
Compare
Choose a tag to compare

1.14.0 (2021-01-06)

Features

  • job: expose extendLock as a public method (17e8431)

yarn run v1.22.5
$ (api-extractor run || true) && api-documenter markdown -i ./temp -o docs/gitbook/api

api-extractor 7.12.1 - https://api-extractor.com/

Using configuration from ./config/api-extractor.json
Analysis will use the bundled TypeScript version 4.0.5

API Extractor completed with warnings

api-documenter 7.12.1 - https://api-extractor.com/

Reading bullmq.api.json

Deleting old output from docs/gitbook/api
Writing bullmq package
Done in 4.65s.

v1.13.0

30 Dec 13:52
e42bfd2
Compare
Choose a tag to compare

1.13.0 (2020-12-30)

Features

  • add support for manually processing jobs fixes #327 (e42bfd2)

v1.12.3

28 Dec 13:08
Compare
Choose a tag to compare

1.12.3 (2020-12-28)

Bug Fixes

  • correctly handle "falsy" data values fixes #264 (becad91)
  • worker: setname on worker blocking connection (645b633)

v1.12.2

23 Dec 09:35
Compare
Choose a tag to compare

1.12.2 (2020-12-23)

Bug Fixes

v1.12.1

21 Dec 14:07
Compare
Choose a tag to compare

1.12.1 (2020-12-21)

Bug Fixes

  • correctly handle "falsy" data values fixes #264 (cf1dbaf)

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)