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

v1.19.0 (2023-12-12)

Feature

v1.18.0 (2023-12-10)

Fix

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

v1.17.0 (2023-11-24)

Feature

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

Fix

  • worker: Do not wait for slow jobs fixes #2290 (568d758)

v1.16.1 (2023-11-09)

Fix

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

v1.16.0 (2023-11-08)

Fix

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

v1.15.4 (2023-11-05)

Fix

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

v1.15.3 (2023-11-05)

Fix

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

v1.15.2 (2023-10-18)

Fix

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

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

Performance

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

v1.15.1 (2023-10-04)

Fix

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

v1.15.0 (2023-09-30)

Feature

  • Nothing changed

v1.14.0 (2023-09-26)

Feature

Fix

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

v1.13.2 (2023-09-12)

Fix

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

v1.13.1 (2023-09-11)

Fix

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

v1.13.0 (2023-09-07)

Feature

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

v1.12.0 (2023-08-31)

Feature

v1.11.0 (2023-08-26)

Feature

v1.10.1 (2023-08-19)

Fix

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

Performance

v1.10.0 (2023-08-03)

Feature

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

Performance

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

v1.9.0 (2023-07-18)

Feature

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

v1.8.0 (2023-07-17)

Fix

  • worker: Respect concurrency (#2062) fixes #2063 (1b95185)

v1.7.0 (2023-07-14)

Feature

v1.6.1 (2023-07-10)

Fix

  • pyproject: Add requires-python config (#2056) fixes #1979 (a557970)

v1.6.0 (2023-07-06)

Feature

v1.5.0 (2023-07-04)

Fix

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

v1.4.0 (2023-06-30)

Feature

v1.3.1 (2023-06-29)

Fix

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

v1.3.0 (2023-06-29)

Feature

Fix

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

v1.2.0 (2023-06-24)

Feature

v1.1.0 (2023-06-23)

Feature

v1.0.0 (2023-06-21)

Breaking

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

Performance

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

Last updated

Was this helpful?