mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
Updated readme with cdule package info
Updated readme with cdule package info
This commit is contained in:
parent
d2248de2e9
commit
af422cff55
@ -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)**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user