Heartbeat

Heartbeat
Photo by engin akyurt / Unsplash

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.

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.