Skip to content

[1.24.0](https://github.com/taskforcesh/bullmq/compare/vpy1.23.0...vpy1.24.0) (2023-12-21)

Source URL: https://docs.bullmq.io/python/changelog/changelog-v1

  • job: add isWaitingChildren method [python] (#2345) (e9c1fa1)
  • queue: add getRateLimitTtl method [python] (#2340) (f0a1f70)
  • retry: pass right redis command name into retryJob script (#2321) [python] (6bb21a0)
  • flows: add meta key to queues created with flows (272ec69)
  • update-progress: remove old updateProgress script to prevent conflict (#2298) (python) (e65b819)
  • worker: should cap update progress events (2cab9e9)
  • worker: better handling of concurrency when fetching jobs (#2242) (d2e2035)
  • job: set delay value on current job instance when it is retried (#2266) (python) (76e075f)
  • backoff: fix builtin backoff type (#2265) [python] (76959eb)
  • update delay job property when moving to delayed set (#2261) (69ece08)
  • add-job: trim events when waiting-children event is published (#2262) (python) (198bf05)
  • events: do not publish removed event on non-existent jobs (#2227) (c134606)
  • events: trim events when retrying a job (#2224) (1986b05)
  • events: trim events when removing jobs (#2235) (python) (889815c)
  • delayed: trim events when moving jobs to delayed (python) (#2211) (eca8c2d)
  • Nothing changed
  • move-to-finished: stringify any return value [python] (#2198) fixes #2196 (07f1335)
  • queue: batched unpack now uses range (#2188) (b5e97f4)
  • queue: differentiate score purpose per state in clean method (#2133) fixes #2124 (862f10b)
  • remove: change error message when job is locked (python) (#2175) (2f5628f)
  • move-to-finished: consider addition of prioritized jobs when processing last active job (#2176) (python) (4b01f35)
  • flow-producer: add addBulk method (python) (#2174) (c67dfb4)
  • job: job getReturnValue not returning returnvalue (#2143) (dcb8e6a)
  • redis-connection: add username option into redisOpts (#2108) (d27f33e)
  • retry: compare prev state instead of regex expression (#2099) (c141283)
  • job: add option for removing children in remove method (python) (#2064) (841dc87)
  • queue: fix isPaused method when custom prefix is present (#2047) (7ec1c5b)
  • pyproject: build egg-info at the root location (3c2d06e)
  • release: add recommended pyproject.toml configuration (#2029) (d03ffc9)
  • priority: add prioritized as a new state (#1984) (python) (42a890a)
  • priority: priority is separeted in its own zset, no duplication needed (42a890a)

ref faster priority jobs