Skip to content

Commit

Permalink
Merge pull request #50 from gtpan77/bullmq-support
Browse files Browse the repository at this point in the history
  • Loading branch information
skeggse committed Nov 25, 2020
2 parents ae4d2b6 + d8d149c commit 360d3c0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 2 deletions.
3 changes: 3 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,7 @@ Arena({
get Bee() {
return Bee || (Bee = require('bee-queue'));
},
get BullMQ() {
return BullMQ || (BullMQ = require('bullmq'));
},
});
31 changes: 29 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"bee-queue": "^1.3.1",
"bull": "^3.19.1",
"bull-arena": "^3.5.0",
"bullmq": "^1.11.0",
"nodemon": "^2.0.6"
},
"repository": "https://github.com/bee-queue/docker-arena.git",
Expand Down

0 comments on commit 360d3c0

Please sign in to comment.