Adjustments

This commit is contained in:
Brage Skjønborg 2026-01-18 16:55:41 +01:00
parent d76e54e22d
commit fa8be8f08a

View File

@ -43,7 +43,7 @@ async def health():
return JSONResponse(
status_code=200 if status else 500,
content={
"status": "ok" if status else "error",
"status": "healthy" if status else "unhealthy",
"database": db_ok,
"database_error": db_error,
"worker": worker_ok,