fix: update health check response and schema to handle nullable memory and storage usage

This commit is contained in:
Jokob @NetAlertX
2026-02-17 23:16:21 +00:00
parent 264cae3338
commit bc97a80375
3 changed files with 7 additions and 17 deletions

View File

@@ -1955,7 +1955,7 @@ def check_health(payload=None):
return jsonify({
"success": False,
"error": "Failed to retrieve health status",
"message": str(e)
"message": "Internal server error"
}), 500