Skip to content

Releases: taskforcesh/bullmq

v5.10.0

16 Jul 12:18
Compare
Choose a tag to compare

5.10.0 (2024-07-16)

Features

v5.9.0

15 Jul 14:09
Compare
Choose a tag to compare

5.9.0 (2024-07-15)

Features

v5.8.7

11 Jul 14:13
Compare
Choose a tag to compare

5.8.7 (2024-07-11)

Performance Improvements

  • delayed: keep moving delayed jobs to waiting when queue is paused (#2640) (python) (b89e2e0)

v5.8.6

11 Jul 00:22
Compare
Choose a tag to compare

5.8.6 (2024-07-11)

Bug Fixes

  • delayed: avoid using jobId in order to schedule delayed jobs (#2587) (python) (228db2c)

vpy2.8.1

11 Jul 14:15
Compare
Choose a tag to compare

Fix

  • delayed: Avoid using jobId in order to schedule delayed jobs (#2587) (python) (228db2c)

Performance

  • delayed: Keep moving delayed jobs to waiting when queue is paused (#2640) (python) (b89e2e0)

v5.8.5

10 Jul 02:17
Compare
Choose a tag to compare

5.8.5 (2024-07-10)

Bug Fixes

  • parent: consider re-adding child that is in completed state using same jobIds (#2627) (python) fixes #2554 (00cd017)

vpy2.8.0

10 Jul 02:17
Compare
Choose a tag to compare

Feature

  • queue: Add getCountsPerPriority method [python] (#2607) (02b8338)
  • queue: Add getCountsPerPriority method (#2595) (77971f4)

Fix

  • parent: Consider re-adding child that is in completed state using same jobIds (#2627) (python) fixes #2554 (00cd017)
  • queue-getters: Consider passing maxJobs when calling getRateLimitTtl (#2631) fixes #2628 (9f6609a)
  • job: Consider changing priority to 0 (#2599) (4dba122)
  • priority: Consider paused state when calling getCountsPerPriority (python) (#2609) (6e99250)
  • priority: Use module instead of bit.band to keep order (python) (#2597) (9ece15b)

Documentation

v5.8.4

05 Jul 04:21
Compare
Choose a tag to compare

5.8.4 (2024-07-05)

Bug Fixes

  • queue-getters: consider passing maxJobs when calling getRateLimitTtl (#2631) fixes #2628 (9f6609a)

v5.8.3

28 Jun 12:28
Compare
Choose a tag to compare

5.8.3 (2024-06-28)

Bug Fixes

v5.8.2

15 Jun 06:24
Compare
Choose a tag to compare

5.8.2 (2024-06-15)

Bug Fixes

  • priority: consider paused state when calling getCountsPerPriority (python) (#2609) (6e99250)