docs(readme): update feature comparison table

This commit is contained in:
roggervalf
2023-08-18 00:35:39 -05:00
committed by Manuel Astudillo
parent 5a61062037
commit 4d197e8177
2 changed files with 6 additions and 1 deletions
+4
View File
@@ -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
+2 -1
View File
@@ -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 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |