From fb0e12e0452cb4d4671f229cc19862f27a307479 Mon Sep 17 00:00:00 2001 From: Bart Date: Mon, 17 Jan 2022 10:58:15 +0100 Subject: [PATCH] add cheek job scheduler (#3990) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d60b37b8..8e953a7e 100644 --- a/README.md +++ b/README.md @@ -1177,6 +1177,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for scheduling jobs.* +* [cheek](https://github.com/datarootsio/cheek) - A simple crontab like scheduler that aims to offer a KISS approach to job scheduling. * [clockwerk](https://github.com/onatm/clockwerk) - Go package to schedule periodic jobs using a simple, fluent syntax. * [cronticker](https://github.com/krayzpipes/cronticker) - A ticker implementation to support cron schedules. * [go-cron](https://github.com/rk/go-cron) - Simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons.