Add sched

This commit is contained in:
Roman Sharkov 2021-06-26 21:00:34 +02:00 committed by Avelino
parent 2b63693fde
commit dd205dd83d

View File

@ -1071,6 +1071,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [JobRunner](https://github.com/bamzi/jobrunner) - Smart and featureful cron job scheduler with job queuing and live monitoring built in.
* [jobs](https://github.com/albrow/jobs) - Persistent and flexible background jobs library.
* [leprechaun](https://github.com/kilgaloon/leprechaun) - Job scheduler that supports webhooks, crons and classic scheduling.
* [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.