-
Notifications
You must be signed in to change notification settings - Fork 19
Health Check Commands
Jace Manshadi edited this page Sep 15, 2024
·
2 revisions
It's common for any system to have ways to verify it's online status, just as a way to interact with a system and see if it can respond to simple user interactions in the event that other commands are being problematic and a person can see if the entire system is having issues or just those particular bits of code.
The two health checks we implemented is /ping
and /echo
You can play around with them to see how they work, very simple.