Updated readme with cdule package info

Updated readme with cdule package info
This commit is contained in:
Deepak Singhvi 2022-02-28 11:47:45 +05:30 committed by Avelino
parent d2248de2e9
commit af422cff55

View File

@ -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)**