Skip to content

Commit

Permalink
fix: deprecation warning of bullmq
Browse files Browse the repository at this point in the history
  • Loading branch information
felixmosh committed Aug 14, 2022
1 parent 3a8e267 commit 1d801ea
Show file tree
Hide file tree
Showing 3 changed files with 253 additions and 304 deletions.
2 changes: 1 addition & 1 deletion examples/with-koa/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function setupBullMQProcessor(queueName) {
}

return { jobId: `This is the return value of job (${job.id})` };
});
}, { connection: redisOptions });
}

const run = async () => {
Expand Down
Loading

0 comments on commit 1d801ea

Please sign in to comment.