Update frontend dashboard and health service
This commit is contained in:
@@ -66,9 +66,9 @@ async def check_database_status() -> ComponentCheck:
|
||||
"""
|
||||
async def db_logic():
|
||||
# IMPORTANT: Replace this sleep simulation with the actual async DB client call (e.g., await database.ping())
|
||||
await asyncio.sleep(0.042)
|
||||
await asyncio.sleep(0.045)
|
||||
|
||||
return await _run_check_with_timeout(db_logic(), name="postgres", timeout_ms=100)
|
||||
return await _run_check_with_timeout(db_logic(), name="postgres", timeout_ms=50)
|
||||
|
||||
async def check_media_server_status() -> ComponentCheck:
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user