Skip to content

Commit

Permalink
chore(bull): fix createClient example
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf committed Feb 9, 2024
1 parent b8fa184 commit 9ddc673
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions example/bull.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@ async function main() {
// Queue type (Bull or Bee - default Bull).
type: 'bull',

redis: {
// host: 'localhost',
port: REDIS_SERVER_PORT,
},
createClient,
},
{
// Required for each queue definition.
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"dependencies": {
"@fastify/express": "^2.3.0",
"bee-queue": "^1.4.0",
"bull": "^3.22.6",
"bull": "^4.12.2",
"bullmq": "^4.8.0",
"express": "^4.17.1",
"fastify": "^4.13.0"
Expand Down

0 comments on commit 9ddc673

Please sign in to comment.