Skip to content

Commit

Permalink
docs(readme): add Bullmq and Bullmq-Pro in table
Browse files Browse the repository at this point in the history
  • Loading branch information
roggervalf authored and manast committed Jan 15, 2022
1 parent 9635925 commit 5310cc6
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,21 +142,25 @@ 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 | Bull | Kue | Bee | Agenda |
| :------------- |:-------------:|:-----:|:---:|:------:|
| Backend | redis | redis |redis| mongo |
| Priorities ||| ||
| Concurrency |||||
| Delayed jobs ||| ||
| Global events ||| | |
| Rate Limiter || | | |
| Pause/Resume ||| | |
| Sandboxed worker|| | | |
| Repeatable jobs || | ||
| Atomic ops || || |
| Persistence |||||
| UI ||| ||
| Optimized for | Jobs / Messages | Jobs | Messages | Jobs |
| Feature | Bullmq-Pro | Bullmq | Bull | Kue | Bee | Agenda |
| :------------------------ | :-------------: | :-------------: | :-------------: | :---: | -------- | ------ |
| Backend | redis | redis | redis | redis | redis | mongo |
| Observables || | | | | |
| Group Rate Limit || | | | | |
| Group Support || | | | | |
| Parent/Child Dependencies ||| | | | |
| Priorities ||||| ||
| Concurrency |||||||
| Delayed jobs ||||| ||
| Global events ||||| | |
| Rate Limiter |||| | | |
| Pause/Resume ||||| | |
| Sandboxed worker |||| | | |
| Repeatable jobs |||| | ||
| Atomic ops |||| || |
| Persistence |||||||
| UI ||||| ||
| Optimized for | Jobs / Messages | Jobs / Messages | Jobs / Messages | Jobs | Messages | Jobs |


### Install
Expand Down

0 comments on commit 5310cc6

Please sign in to comment.