harrystech / cronut

[DEPRECATED] A dead man's switch server implementation in Rails. (We @harrystech have moved to a full-featured "job monitoring as a service" vendors and have retired Cronut.)
24 stars 6 forks source link

[Chore] add health check endpoint #27

Closed nodox closed 6 years ago

nodox commented 6 years ago

We want a way to moniter cronut in Pingdom. Thus a health check endpoint is created to allow the service to see if our clock work job has fired.

werkshy commented 6 years ago

This is neat, I like the approach of storing the clock run in the DB and checking the DB for it - two birds, one stone.

nodox commented 6 years ago

You can thank @pjambet for the idea!