From 903034a5da66ae0a59eb992d73ea7f4b46d8769c Mon Sep 17 00:00:00 2001 From: Ronald Dehuysser Date: Sat, 23 May 2020 10:28:01 +0200 Subject: [PATCH] Add JobRunr --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b88473..c42d6f0 100644 --- a/README.md +++ b/README.md @@ -499,6 +499,7 @@ _Libraries that help make the Java introspection and reflection API easier and f _Libraries for scheduling background jobs._ +- [JobRunr](https://github.com/jobrunr/jobrunr) - Job scheduling library which utilizes lambdas for fire-and-forget, delayed and recurring jobs. Guarantees execution by single scheduler instance using optimistic locking. Has features for persistence, minimal dependencies and is embeddable. - [Quartz](https://github.com/quartz-scheduler/quartz) - Feature-rich, open source job scheduling library that can be integrated within virtually any Java application. - [Sundial](https://github.com/knowm/Sundial) - Lightweight framework to simply define jobs, define triggers and start the scheduler. - [Wisp](https://github.com/Coreoz/Wisp) - Simple library with minimal footprint and straightforward API.