From af422cff55a5f87567902148d64ed6ed1c75c69c Mon Sep 17 00:00:00 2001 From: Deepak Singhvi Date: Mon, 28 Feb 2022 11:47:45 +0530 Subject: [PATCH] Updated readme with cdule package info Updated readme with cdule package info --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6239f2f5..5ae2c5bb 100644 --- a/README.md +++ b/README.md @@ -1262,6 +1262,7 @@ _Libraries for programming devices of the IoT._ _Libraries for scheduling jobs._ +- [cdule](https://github.com/deepaksinghvi/cdule) - Job scheduler library with database support - [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. @@ -1277,7 +1278,6 @@ _Libraries for scheduling jobs._ - [sched](https://github.com/romshark/sched) - A job scheduler with the ability to fast-forward time. - [scheduler](https://github.com/carlescere/scheduler) - Cronjobs scheduling made easy. - [tasks](https://github.com/madflojo/tasks) - An easy to use in-process scheduler for recurring tasks in Go. -- [cdule](https://github.com/deepaksinghvi/cdule) - Job scheduler library with database support **[⬆ back to top](#contents)**