ruff and docs

This commit is contained in:
Joel Krauska
2025-11-03 20:05:04 -08:00
parent fe59b42a53
commit 64261d3bc4
8 changed files with 113 additions and 43 deletions
+4 -2
View File
@@ -298,9 +298,11 @@ Health check endpoint for monitoring, load balancers, and orchestration systems.
{
"status": "healthy",
"timestamp": "2025-11-03T14:30:00.123456Z",
"version": "2.0.8",
"version": "3.0.0",
"git_revision": "6416978",
"database": "connected"
"database": "connected",
"database_size": "853.03 MB",
"database_size_bytes": 894468096
}
```