diff --git a/README.md b/README.md index 91ae5d90d1c..02a31dc4be2 100644 --- a/README.md +++ b/README.md @@ -1579,6 +1579,7 @@ _Libraries for scheduling jobs._ - [scheduler](https://github.com/yuseferi/scheduler) - Go-native distributed job scheduler with delayed tasks, batched Redis coordination, retries, lease-based recovery, and versioned queue partitioning. - [tasks](https://github.com/madflojo/tasks) - An easy to use in-process scheduler for recurring tasks in Go. - [tickstem/cron](https://github.com/tickstem/cron) - Go client for scheduling HTTP cron jobs, with execution history, failure alerts, and tsk-local for testing handlers without live credentials. +- [tickstem/heartbeat](https://github.com/tickstem/heartbeat) - Go client for dead-man's switch heartbeat monitoring: ping a URL after each job run and get alerted by email if pings stop arriving. **[⬆ back to top](#contents)**