docs: add go-job

This commit is contained in:
Satoshi Konno 2025-09-12 18:44:10 +09:00 committed by Avelino
parent 1be332e7e4
commit 62de9a29ec

View File

@ -1517,6 +1517,7 @@ _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.
- [go-job](https://github.com/cybergarage/go-job) - A flexible and extensible job scheduling and execution library for Go.
**[⬆ back to top](#contents)**