Skip to content

Commit

Permalink
feat: bullmq support
Browse files Browse the repository at this point in the history
  • Loading branch information
gtpan77 committed Nov 24, 2020
1 parent a7547bd commit d8d149c
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 @@ -26,6 +26,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 d8d149c

Please sign in to comment.