You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-3
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@
32
32
Since there are a few job queue solutions, here a table comparing them to help you use the one that
33
33
better suits your needs.
34
34
35
-
Agenda is great if you need something that is simple and backed by MongoDB.
35
+
Agenda is great if you need a MongoDB job scheduler, but try **[Bree]((https://jobscheduler.net))** if you need something simpler (built by a previous maintainer).
36
36
37
37
| Feature | Bull | Bee | Agenda |
38
38
| :------------- |:-------------:|:---:|:------:|
@@ -51,8 +51,6 @@ Agenda is great if you need something that is simple and backed by MongoDB.
51
51
| REST API ||| ✓ |
52
52
| Optimized for | Jobs / Messages | Messages | Jobs |
53
53
54
-
**If you need a simpler alternative to Agenda, then try out [Bree](https://jobscheduler.net). It is made by a [past core maintainer](https://github.com/niftylettuce) of Agenda.**
55
-
56
54
_Kudos for making the comparison chart goes to [Bull](https://www.npmjs.com/package/bull#feature-comparison) maintainers._
0 commit comments