codeproject / CodeProject.AI-Server

CodeProject.AI Server is a self contained service that software developers can include in, and distribute with, their applications in order to augment their apps with the power of AI.
Other
565 stars 135 forks source link

Does the AI server have a method of externally checking its health? #114

Open UntouchedWagons opened 4 weeks ago

UntouchedWagons commented 4 weeks ago

Area of Concern

Describe the bug I would like to know if there's a web path (or something similar) that I can have a liveness probe check to make sure the AI server is healthy so that if it is unhealthy, the AI server can be restarted. Right now I have a liveness probe that just checks the main page. Is there a better page I should be using?

Your System (please complete the following information):

Additional context I am running AI Server in a kubernetes cluster