Skip to content
Snippets Groups Projects
Commit 916d717d authored by ale's avatar ale
Browse files

Add a /healthz handler for monitoring purposes

parent 5aa7f23a
Branches
No related tags found
No related merge requests found
......@@ -87,3 +87,8 @@ def app_webhook():
queue.put(request.json)
return make_response('{}')
@app.route('/healthz')
def healthz():
return make_response('OK')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment