We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fa184 commit 9ddc673Copy full SHA for 9ddc673
example/bull.js
@@ -63,10 +63,7 @@ async function main() {
63
// Queue type (Bull or Bee - default Bull).
64
type: 'bull',
65
66
- redis: {
67
- // host: 'localhost',
68
- port: REDIS_SERVER_PORT,
69
- },
+ createClient,
70
},
71
{
72
// Required for each queue definition.
example/package.json
@@ -19,7 +19,7 @@
19
"dependencies": {
20
"@fastify/express": "^2.3.0",
21
"bee-queue": "^1.4.0",
22
- "bull": "^3.22.6",
+ "bull": "^4.12.2",
23
"bullmq": "^4.8.0",
24
"express": "^4.17.1",
25
"fastify": "^4.13.0"
0 commit comments