Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency bullmq to v5 #13114

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
bullmq (source) ^4.8.0 -> ^5.0.0 age adoption passing confidence

Release Notes

taskforcesh/bullmq (bullmq)

v5.13.2

Compare Source

Bug Fixes
  • repeatable: avoid delayed job deletion if next job already existed (#​2778) (6a851c1)

v5.13.1

Compare Source

Bug Fixes
  • connection: allow passing connection string into IORedis (#​2746) (73005e8)

v5.13.0

Compare Source

Features

v5.12.15

Compare Source

Bug Fixes
  • metrics: differentiate points in different minutes to be more accurate (#​2766) (python) (7cb670e)
  • pattern: do not save offset when immediately is provided (#​2756) (a8cb8a2)

v5.12.14

Compare Source

Performance Improvements

v5.12.13

Compare Source

Bug Fixes
  • repeat: replace delayed job when updating repeat key (88029bb)

v5.12.12

Compare Source

Bug Fixes

v5.12.11

Compare Source

Bug Fixes

v5.12.10

Compare Source

Bug Fixes
  • flow: remove debounce key when parent is moved to fail (#​2720) (d51aabe)

v5.12.9

Compare Source

Performance Improvements

v5.12.8

Compare Source

Bug Fixes

v5.12.7

Compare Source

Bug Fixes
  • job: throw error if removeDependencyOnFailure and ignoreDependencyOnFailure are used together (#​2711) (967632c)

v5.12.6

Compare Source

v5.12.5

Compare Source

Bug Fixes
  • connection: remove unnecessary process.env.CI reference (#​2705) (53de304)

v5.12.4

Compare Source

v5.12.3

Compare Source

Bug Fixes
  • flow: validate parentData before ignoreDependencyOnFailure when stalled check happens (#​2702) (python) (9416501)

v5.12.2

Compare Source

Performance Improvements

v5.12.1

Compare Source

Bug Fixes

v5.12.0

Compare Source

Features
  • queue-events: pass debounceId as a param of debounced event (#​2678) (97fb97a)

v5.11.0

Compare Source

Features

v5.10.4

Compare Source

Bug Fixes
  • repeatable: remove repeat hash when removing repeatable job (#​2676) (97a297d)

v5.10.3

Compare Source

Bug Fixes
  • repeatable: keep legacy repeatables if it exists instead of creating one with new structure (#​2665) (93fad41)

v5.10.2

Compare Source

Performance Improvements

v5.10.1

Compare Source

Bug Fixes

v5.10.0

Compare Source

Features

v5.9.0

Compare Source

Features

v5.8.7

Compare Source

Performance Improvements
  • delayed: keep moving delayed jobs to waiting when queue is paused (#​2640) (python) (b89e2e0)

v5.8.6

Compare Source

Bug Fixes
  • delayed: avoid using jobId in order to schedule delayed jobs (#​2587) (python) (228db2c)

v5.8.5

Compare Source

Bug Fixes
  • parent: consider re-adding child that is in completed state using same jobIds (#​2627) (python) fixes #​2554 (00cd017)

v5.8.4

Compare Source

Bug Fixes

v5.8.3

Compare Source

Bug Fixes

v5.8.2

Compare Source

Bug Fixes
  • priority: consider paused state when calling getCountsPerPriority (python) (#​2609) (6e99250)

v5.8.1

Compare Source

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

v5.8.0

Compare Source

Bug Fixes
Features

v5.7.15

Compare Source

Performance Improvements

v5.7.14

Compare Source

Bug Fixes
  • worker: properly cancel blocking command during disconnections (2cf12b3)

v5.7.13

Compare Source

Bug Fixes
  • extendlock,createbulk use pipeline no multi command (a053d9b)

v5.7.12

Compare Source

Bug Fixes
  • repeat: throw error when endDate is pointing to the past (#​2574) (5bd7990)

v5.7.11

Compare Source

Bug Fixes
  • retry-job: throw error when job is not in active state (#​2576) (ca207f5)

v5.7.10

Compare Source

Bug Fixes

v5.7.9

Compare Source

Bug Fixes

v5.7.8

Compare Source

Bug Fixes
  • worker: make sure clearTimeout is always called after bzpopmin (782382e)

v5.7.7

Compare Source

Bug Fixes

v5.7.6

Compare Source

Bug Fixes
  • redis-connection: increase redis retry strategy backoff (#​2546) [python] (6cf7712)
Performance Improvements

v5.7.5

Compare Source

Bug Fixes

v5.7.4

Compare Source

Performance Improvements
  • worker: reset delays after generating blockTimeout value (#​2529) (e92cea4)

v5.7.3

Compare Source

Bug Fixes
  • worker: return minimumBlockTimeout depending on redis version (python) (#​2532) (83dfb63)

v5.7.2

Compare Source

Bug Fixes
Features

v5.7.1

Compare Source

Bug Fixes

v5.7.0

Compare Source

Features
  • allow arbitrary large drainDelay (9693321)

v5.6.0

Compare Source

Features
  • python: support reusable redis connections (29ad8c8)

v5.5.4

Compare Source

Performance Improvements
  • stalled: remove jobId from stalled after removing lock when moved from active (#​2512) (python) (64feec9)

v5.5.3

Compare Source

Bug Fixes
  • deps: remove script loader from dist as it is used only when building package (#​2503) (6f9ca23)

v5.5.2

Compare Source

Bug Fixes
  • client: try catch list command as it's not supported in GCP (#​2506) (ca68a9e)

v5.5.1

Compare Source

Bug Fixes
  • connection: ignore error when setting custom end status (#​2473) (3e17e45)

v5.5.0

Compare Source

Features
  • getters: add getWorkersCount (743c7aa)

v5.4.6

Compare Source

Bug Fixes

v5.4.5

Compare Source

Bug Fixes
  • scripts: use command name in error message when moving to finished (#​2483) (3c335d4)

v5.4.4

Compare Source

Bug Fixes
  • queue: use QueueOptions type in opts attribute (#​2481) (51a589f)
  • worker: set blockTimeout as 0.001 when reach the time to get delayed jobs [python] (#​2478) (b385034)

v5.4.3

Compare Source

Bug Fixes
Features

v5.4.2

Compare Source

Bug Fixes

v5.4.1

Compare Source

Bug Fixes

v5.4.0

Compare Source

Features

v5.3.3

Compare Source

Bug Fixes
  • deps: replaced glob by fast-glob due to security advisory (91cf9a9)

v5.3.2

Compare Source

Bug Fixes

v5.3.1

Compare Source

Bug Fixes
  • add-job: fix parent job cannot be replaced error message (#​2441) (1e9a13f)

v5.3.0

Compare Source

Features
  • worker: add support for naming workers (7ba2729)

v5.2.1

Compare Source

Bug Fixes
  • flow: remove failed children references on auto removal (#​2432) (8a85207)

v5.2.0

Compare Source

Features

v5.1.12

Compare Source

Bug Fixes

v5.1.11

Compare Source

Bug Fixes

v5.1.10

Compare Source

Performance Improvements
  • marker: differentiate standard and delayed markers (python) (#​2389) (18ebee8)

v5.1.9

Compare Source

Performance Improvements

v5.1.8

Compare Source

Performance Improvements
  • flow: add marker when moving parent to wait (python) (#​2408) (6fb6896)

v5.1.7

Compare Source

Bug Fixes

v5.1.6

Compare Source

Bug Fixes

v5.1.5

Compare Source

Performance Improvements

v5.1.4

Compare Source

Bug Fixes
  • stalled: consider adding marker when moving job back to wait (#​2384) (4914df8)

v5.1.3

Compare Source

Bug Fixes

v5.1.2

Compare Source

Bug Fixes
Features

v5.1.1

Compare Source

Bug Fixes

v5.1.0

Compare Source

Features

v5.0.0

Compare Source

Bug Fixes
  • connection: require connection to be passed (#​2335) (1867dd1)
  • job: revert console warn custom job ids when they represent integers (#​2312) (84015ff)
  • python: unify redis connection args for Queue and Worker (#​2282) (8eee20f)
  • worker: throw error if connection is missing (6491a18)
Features
  • job: provide skipAttempt option when manually moving a job (#​2203) (0e88e4f)
  • python: use new queue markers (b0a13e8)
  • python: use new queue markers (4276eb7)
  • worker: improved markers handling (73cf5fc)
  • worker: improved markers handling (0bac0fb)
BREAKING CHANGES
  • worker: Markers use now a dedicated key in redis instead of using a special Job ID.
  • worker: Markers use now a dedicated key in redis instead of using a special Job ID.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from danieldietzler as a code owner October 2, 2024 12:38
@renovate renovate bot added changelog:skip dependencies Pull requests that update a dependency file labels Oct 2, 2024
@bo0tzz bo0tzz closed this Oct 2, 2024
Copy link
Contributor Author

renovate bot commented Oct 2, 2024

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 5.x releases. But if you manually upgrade to 5.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/bullmq-5.x branch October 2, 2024 12:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant