Hacker News new | ask | show | jobs
by orenmazor 4593 days ago
I like this idea. its the push version of the traditional uptime monitoring pull mechanism (i.e. ping endpoints).

not sure I'm a fan of using this specifically for background jobs though, as we have airbrake and splunk and other tools that detect these failures cheaply.

1 comments

Thanks. Quick and dirty is the key. And Airbrake is great for failures, but does it support uptime monitoring like Dead Man's Snitch does?
no, but I dont care if it's up as long as its not down :)

which, of course, leaves me hanging if the job queue is just not running, but thats monitored with runit which will issue an error if the service fails to start.