Skip to content

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.

Clone this wiki locally