feat(dependencies): update bullmq and related packages to version 5.67.3

- Upgraded bullmq to version 5.67.3 in both dokploy and schedules applications.
- Added new functions to retrieve jobs by application and compose IDs in the queue setup.
- Enhanced application and compose routers to cancel jobs based on user requests.
- Updated package dependencies for ioredis and msgpackr to their latest versions.
This commit is contained in:
Mauricio Siu
2026-02-07 01:35:03 -06:00
parent a1a348e22d
commit 26d4058457
6 changed files with 76 additions and 16 deletions

View File

@@ -11,7 +11,7 @@
"@dokploy/server": "workspace:*",
"@hono/node-server": "^1.14.3",
"@hono/zod-validator": "0.3.0",
"bullmq": "5.4.2",
"bullmq": "5.67.3",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.41.0",
"hono": "^4.11.7",