v1

1.24.0 (2023-12-21)

Features

  • job: add isWaitingChildren method [python] (#2345) (e9c1fa1)

1.23.0 (2023-12-18)

Features

  • queue: add getRateLimitTtl method [python] (#2340) (f0a1f70)

1.22.0 (2023-12-14)

Features

1.21.0 (2023-12-14)

Features

1.20.0 (2023-12-13)

Features

1.19.0 (2023-12-12)

Features

1.18.0 (2023-12-10)

Bug Fixes

  • 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)

1.17.0 (2023-11-24)

Features

  • worker: better handling of concurrency when fetching jobs (#2242) (d2e2035)

1.16.1 (2023-11-09)

Bug Fixes

  • job: set delay value on current job instance when it is retried (#2266) (python) (76e075f)

1.16.0 (2023-11-08)

Bug Fixes

  • backoff: fix builtin backoff type (#2265) [python] (76959eb)

1.15.4 (2023-11-05)

Bug Fixes

  • update delay job property when moving to delayed set (#2261) (69ece08)

1.15.3 (2023-11-05)

Bug Fixes

  • add-job: trim events when waiting-children event is published (#2262) (python) (198bf05)

1.15.2 (2023-10-18)

Bug Fixes

  • events: do not publish removed event on non-existent jobs (#2227) (c134606)

  • events: trim events when retrying a job (#2224) (1986b05)

Performance Improvements

  • events: trim events when removing jobs (#2235) (python) (889815c)

1.15.1 (2023-10-04)

Bug Fixes

  • delayed: trim events when moving jobs to delayed (python) (#2211) (eca8c2d)

1.15.0 (2023-09-30)

Features

  • Nothing changed

1.14.0 (2023-09-26)

Features

Bug Fixes

1.13.2 (2023-09-12)

Bug Fixes

  • remove: change error message when job is locked (python) (#2175) (2f5628f)

1.13.1 (2023-09-11)

Bug Fixes

  • move-to-finished: consider addition of prioritized jobs when processing last active job (#2176) (python) (4b01f35)

1.13.0 (2023-09-07)

Features

  • flow-producer: add addBulk method (python) (#2174) (c67dfb4)

1.12.0 (2023-08-31)

Features

1.11.0 (2023-08-26)

Features

1.10.1 (2023-08-19)

Bug Fixes

  • job: job getReturnValue not returning returnvalue (#2143) (dcb8e6a)

Performance Improvements

1.10.0 (2023-08-03)

Features

  • redis-connection: add username option into redisOpts (#2108) (d27f33e)

Performance Improvements

  • retry: compare prev state instead of regex expression (#2099) (c141283)

1.9.0 (2023-07-18)

Features

  • job: add option for removing children in remove method (python) (#2064) (841dc87)

1.8.0 (2023-07-17)

Bug Fixes

1.7.0 (2023-07-14)

Features

1.6.1 (2023-07-10)

Bug Fixes

1.6.0 (2023-07-06)

Features

1.5.0 (2023-07-04)

Bug Fixes

  • queue: fix isPaused method when custom prefix is present (#2047) (7ec1c5b)

1.4.0 (2023-06-30)

Features

1.3.1 (2023-06-29)

Bug Fixes

  • pyproject: build egg-info at the root location (3c2d06e)

1.3.0 (2023-06-29)

Bug Fixes

  • release: add recommended pyproject.toml configuration (#2029) (d03ffc9)

Features

1.2.0 (2023-06-24)

Features

1.1.0 (2023-06-23)

Features

1.0.0 (2023-06-21)

Performance Improvements

  • priority: add prioritized as a new state (#1984) (python) (42a890a)

BREAKING CHANGES

  • priority: priority is separeted in its own zset, no duplication needed (42a890a)

ref faster priority jobs

Last updated

Was this helpful?