Skip to content

Releases: taskforcesh/bullmq

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)

v5.8.1

12 Jun 14:37
Compare
Choose a tag to compare

5.8.1 (2024-06-12)

Bug Fixes

  • priority: use module instead of bit.band to keep order (python) (#2597) (9ece15b)

Features

  • queue: add getCountsPerPriority method [python] (#2607) (02b8338)

v5.8.0

11 Jun 14:02
Compare
Choose a tag to compare

5.8.0 (2024-06-11)

Bug Fixes

Features

vpy2.7.8

05 Jun 14:14
Compare
Choose a tag to compare

Fix

v5.7.15

04 Jun 23:47
Compare
Choose a tag to compare

5.7.15 (2024-06-04)

Performance Improvements

  • job: set processedBy using hmset (#2592) (python) (238680b)