The health check is probably the most implemented endpoint in the history of service applications.
Every time that I release my projects into the wild west of the internet, I usually have a health path for me to check the application health through Uptime Kuma. This time, since I wanted to practice some basic Rust application, I created a heartbeat checker using the Actix framework to set up an HTTP service that takes in a set of endpoints and perform a basic GET request for the health check.
[
GitHub - epicseven-cup/hearbeat: heatbeat
heatbeat. Contribute to epicseven-cup/hearbeat development by creating an account on GitHub.
](https://github.com/epicseven-cup/hearbeat?ref=ppppp.dev)
Reference:
[
GitHub - louislam/uptime-kuma: A fancy self-hosted monitoring tool
A fancy self-hosted monitoring tool. Contribute to louislam/uptime-kuma development by creating an account on GitHub.
Top comments (0)