Skip to content

Releases: taskforcesh/bullmq

v1.8.10

28 May 22:27
Compare
Choose a tag to compare

1.8.10 (2020-05-28)

Bug Fixes

  • scheduler: divide timestamp by 4096 in update set fixes #168 (0c5db83)

v1.8.9

25 May 21:34
Compare
Choose a tag to compare

1.8.9 (2020-05-25)

Bug Fixes

  • scheduler: divide next timestamp by 4096 (#204) (9562d74)

v1.8.8

25 May 07:16
Compare
Choose a tag to compare

1.8.8 (2020-05-25)

Bug Fixes

  • queue-base: error event is passed through (ad14e77)
  • redis-connection: error event is passed through (a15b1a1)
  • worker: error event is passed through (d7f0374)

v1.8.7

10 Apr 15:58
Compare
Choose a tag to compare

1.8.7 (2020-04-10)

Bug Fixes

  • worker: do not use global child pool fixes #172 (bc65f26)

v1.8.6

10 Apr 15:28
Compare
Choose a tag to compare

1.8.6 (2020-04-10)

Bug Fixes

  • workers: do not call super.close() (ebd2ae1)
  • make sure closing is returned in every close call (88c5948)
  • scheduler: duplicate connections fixes #174 (011b8ac)
  • worker: return this.closing when calling close (06d3d4f)

v1.8.5

05 Apr 21:53
Compare
Choose a tag to compare

1.8.5 (2020-04-05)

Bug Fixes

  • removed deprecated and unused node-uuid (c810579)

v1.8.4

17 Mar 17:48
Compare
Choose a tag to compare

1.8.4 (2020-03-17)

Bug Fixes

  • job: added nullable/optional properties (cef134f)

v1.8.3

13 Mar 08:20
Compare
Choose a tag to compare

1.8.3 (2020-03-13)

Bug Fixes

  • sandbox: If the child process is killed, remove it from the pool. (8fb0fb5)

v1.8.2

03 Mar 21:13
Compare
Choose a tag to compare

1.8.2 (2020-03-03)

Bug Fixes

  • restore the Job timestamp when deserializing JSON data (#138) (#152) (c171bd4)

v1.8.1

02 Mar 20:35
Compare
Choose a tag to compare

1.8.1 (2020-03-02)

Bug Fixes

  • modified imports to work when esModuleInterop is disabled (#132) (01681f2)