#554 [API/Perf] health.py missing async declaration
Description
EditFile: api/blueprints/v1/health.py:52. health_check() function is not async but contains blocking DB operations. Blocks event loop. FIX: Make async and use asyncio.to_thread for DB operations.
Comments
Loading comments...
Context
Loading context...
Audit History
View AllLoading audit history...