From df7561872554f1daab30019200f130afb4d6f3f5 Mon Sep 17 00:00:00 2001 From: Sebastiaan Marynissen Date: Wed, 31 Jan 2024 18:03:43 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f21e57d..411ade9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ -# AgendaTS +**DISCLAIMER**: I **do not** intend to actively maintain this repository. +I forked it from https://github.com/hokify/agenda because I desperately needed support for [mongodb@6](https://www.npmjs.com/package/mongodb) for my website www.whisthub.com, but the original repository doesn't seem very active anymore. +Ideally this gets merged back into [@hokify/agenda](https://github.com/hokify/agenda), or even better in [agenda/agenda](https://github.com/agenda/agenda). -(full typed version of agendaJS) +However, I *do* intend to keep this up to date with the latest version of the [mongodb](https://www.npmjs.com/package/mongodb) package, but that's all. +Agenda is a great library and I would hate to see it dying because new mongodb versions are not supported. + +# Agenda

Agenda TS @@ -13,7 +18,7 @@ This was originally a fork of agenda.js, it differs from the original version in following points: - Complete rewrite in Typescript (fully typed!) -- mongodb4 driver (supports mongodb 5.x) +- [mongodb@6](https://www.npmjs.com/package/mongodb) driver (supports mongodb 5.x and mongodb 4.x too) - Supports mongoDB sharding by name - touch() can have an optional progress parameter (0-100) - Bugfixes and improvements for locking & job processing (concurrency, lockLimit,..)