Skip to content

new health check api

Adityasuthar20 requested to merge adityasuthar20/lingua-libre:health-api into main

This introduces a System Health Check API to monitor the status of the Django service deployed on Toolforge. The API dynamically checks the server and db status.

URL: http://localhost/health/ Here is a sample output of the API call:

{
    "status": "OK",
    "service": "Running",
    "database": "Connected"
}
Edited by Adityasuthar20

Merge request reports

Loading