Ask HN: What is the simple way to ensure internal services stay up?
2 points| vsroy | 2 years ago
What's the easiest way to do this? Seems like I can either: 1. ping a service like healthchecks.io at the start of a loop or 2. expose some HTTP endpoint indicating whether the loop is running on time
Not sure if both are equivalent
sitzkrieg|2 years ago
if you want it online then yeah, slap an endpoint in to show last loop time, and you can instantly tell it stopped a while ago, etc