added health check

This commit is contained in:
Chad Bailey
2024-01-24 18:22:59 +00:00
parent bc6849b255
commit 8ae61bf2ac

View File

@@ -88,4 +88,6 @@ def start_bot(bot_path, args=None):
def spin_up_kitty():
return start_bot("./src/samples/foundational/06a-golden-kitty.py")
@app.route("/healthz")
def health_check():
return "ok", 200