- cronsun
- A Distributed, Fault-Tolerant Cron-Style Job System
- Architecture
| -------------------------- (add/del/update/exec jobs)| |(query job exec result) [etcd] [mongodb] | ^ -------------------- | | | | | [node.1] [node.2] [node.n] | (job exec fail)| | | | [send mail]<-----------------------------------------(job exec result)
- dkron
- Distributed, fault tolerant job scheduling system
- Reliable Cron across the Planet -- google paper
- sleuth
- A Go library for master-less peer-to-peer autodiscovery and RPC between HTTP services
- Service autodiscovery in Go with sleuth