Wrap blocking mkdir() calls in run_blocking for async startup and setup
This commit is contained in:
@@ -54,6 +54,8 @@ Any user action that exercises an error path on the `/config/global`, `/config/r
|
||||
|
||||
### TASK-02 — Wrap blocking `mkdir()` calls in `run_blocking()` 🔴
|
||||
|
||||
**Status:** Completed ✅
|
||||
|
||||
**Where:**
|
||||
- `backend/app/services/setup_service.py` — line 178, inside `async def _ensure_database_initialized()`
|
||||
- `backend/app/startup.py` — line 73, inside `async def startup_shared_resources()`
|
||||
|
||||
Reference in New Issue
Block a user