Theme 1 – External heartbeat services catch missed runs when local alerting fails
- “service such as the one linked here … will let you know that signal didn’t arrive even when other things on your end failed (e.g. cron having a hard time sending failure email due to incorrect smtp credentials).” – inezk
- “It’s not emailing you on failure. It’s emailing on missing reports of scheduled runs. If you rely on the job to report failure, the machine could go down.” – ww520*
Theme 2 – Many prefer local/internal tools (systemd timers, Prometheus, cron email, cronic, etc.)
- “For things that actually matters to me, I use systemd timers, Prometheus and alert on failed services.” – mrweasel
- “Personally I do something similar by collecting a ‘last success’ metric with Prometheus and alerting on it with Grafana if the value is too far in the past.” – theoli
- “You could just wrap cronic around the command and immediately receive the full output per mail when it fails.” – raimue
Theme 3 – Debate over mentioning competing products in Show HN posts
- “I'll never understand commenting to show HNs with a link to competing products… seems like a dick move to me to diverge attention to some other project.” – altern8
- “I never read such comments in that way… actually like feedback to OP around benchmarking against competition.” – hmokiguess
- “The first thing I always want to know is, what does OP's project offer over pre‑existing mature ones?” – circularfoyers
- “If it has context I appreciate them because it helps me make better informed decisions.” – RamblingCTO