Closed renovate-bot closed 1 day ago
The changes involve an update to the package.json
file for the server application, specifically changing the version of the bullmq
dependency from 5.29.1
to 5.30.0
. No other modifications to dependencies or fields within the package.json
file were made.
File | Change Summary |
---|---|
Server/package.json | Updated bullmq dependency version from 5.29.1 to 5.30.0 |
sequenceDiagram
participant Server
participant BullMQ
Server->>BullMQ: Request for task processing
BullMQ-->>Server: Acknowledge task
Server->>BullMQ: Process task
BullMQ-->>Server: Task completed
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This PR contains the following updates:
5.29.1
->5.30.0
Release Notes
taskforcesh/bullmq (bullmq)
### [`v5.30.0`](https://redirect.github.com/taskforcesh/bullmq/releases/tag/v5.30.0) [Compare Source](https://redirect.github.com/taskforcesh/bullmq/compare/v5.29.1...v5.30.0) ##### Bug Fixes - **job-scheduler:** upsert template when same pattern options are provided ([#2943](https://redirect.github.com/taskforcesh/bullmq/issues/2943)) ref [#2940](https://redirect.github.com/taskforcesh/bullmq/issues/2940) ([b56c3b4](https://redirect.github.com/taskforcesh/bullmq/commit/b56c3b45a87e52f5faf25406a2b992d1bfed4900)) ##### Features - **queue:** add getDelayedCount method \[python] ([#2934](https://redirect.github.com/taskforcesh/bullmq/issues/2934)) ([71ce75c](https://redirect.github.com/taskforcesh/bullmq/commit/71ce75c04b096b5593da0986c41a771add1a81ce)) - **queue:** add getJobSchedulersCount method ([#2945](https://redirect.github.com/taskforcesh/bullmq/issues/2945)) ([38820dc](https://redirect.github.com/taskforcesh/bullmq/commit/38820dc8c267c616ada9931198e9e3e9d2f0d536))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.
This PR was generated by Mend Renovate. View the repository job log.