Skip to content

Commit

Permalink
docs(readme): update feature comparison table
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf authored and manast committed Aug 19, 2023
1 parent 5a61062 commit 4d197e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/node.js.yml
Expand Up @@ -25,6 +25,10 @@ jobs:
strategy:
matrix:
node-version: [12.x, 14.x, 16.x]
redis-version: [7.0-alpine]
include:
- node-version: '16.x'
redis-version: 6-alpine

steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 2 additions & 1 deletion README.md
Expand Up @@ -190,12 +190,13 @@ There are a few third-party UIs that you can use for monitoring:

Since there are a few job queue solutions, here is a table comparing them:

| Feature | Bullmq-Pro | Bullmq | Bull | Kue | Bee | Agenda |
| Feature | [BullMQ-Pro](https://bullmq.io/#bullmq-pro) | [BullMQ](https://bullmq.io) | Bull | Kue | Bee | Agenda |
| :------------------------ | :-------------: | :-------------: | :-------------: | :---: | -------- | ------ |
| Backend | redis | redis | redis | redis | redis | mongo |
| Observables || | | | | |
| Group Rate Limit || | | | | |
| Group Support || | | | | |
| Batches Support || | | | | |
| Parent/Child Dependencies ||| | | | |
| Priorities ||||| ||
| Concurrency |||||||
Expand Down

0 comments on commit 4d197e8

Please sign in to comment.