Skip to content

[2.7.1](https://github.com/taskforcesh/bullmq-pro/compare/v2.7.0...v2.7.1) (2022-10-13)

Source URL: https://docs.bullmq.io/bullmq-pro/changelog/changelog-v2

  • delete-groups: consider rate-limit, max concurrency and paused (#104) (29873f8)
  • add getGroupsByStatus method to getters (949e93b)
  • delete-group: consider max-concurrency state (#98) (d897dd9)
  • delete-group: consider rate-limit state (#97) (85f7f32)
  • global-rate-limit: consider groups (#95) (de95fde)
  • script-loader: use cache to read script once (#93) (04bbeec)
  • concurrency: consider base rate limit (#90) (74a4a0b)
  • flow-producer-pro: use interim class (#92) (2406cc3)
  • waiting-children: consider decreasing group concurrency (#86) (be430a7)
  • observables: guarantee store result order (f963557)
  • observables: store last value as returnvalue (7306ae2)
  • move-to-finished: pass keepJobs into opts arg (#78) (08eb23f)
  • move-to-active: use local jobId instead of global reference (#77) (1f0b8dd)
  • retry-jobs: add jobs in batches when groupId is present (#72) (3961da0)
  • scripts: use tonumber on timestamp args (#71) (5c6a62d)
  • concurrency: consider retry backoff strategy (#68) (99f17bd)
  • queue-pro: fix addBulk opts typing (#66) (8b73ed9)
  • pause-group: return boolean for execution success (#64) (b665b82)
  • groups: rename paused and resumed events in QueueEventsPro (#63) (e2d6abf)
  • pause-group: allow pausing specific group (#61) ref #25 (a5ec201)
  • flow-producer: use JobPro instances (#54) (578d3db)
  • get-state: consider checking groups (#53) (1dad072)
  • stalled: allow easy transition for stalled changes (#50) (ce40ead)
  • groups: improve addGroups to return all groups statuses (3f01d66)
  • groups: In order to make the group getter consistent for all statuses we are changing the SET type for groups:active to ZSET. Also we rename the ZSET to groups:max as it represent groups that have maxed the concurrency.