Offload ensure_jail_configs to a thread during startup

Use run_blocking for synchronous jail config file creation in backend/app/startup.py and mark Task 20 completed in Docs/Tasks.md.
This commit is contained in:
2026-04-14 12:01:27 +02:00
parent 5379cca238
commit fdede3e7dd
2 changed files with 6 additions and 1 deletions

View File

@@ -550,6 +550,8 @@ If the cookie name ever needs to change (e.g., to support multi-tenant deploymen
### Task 19 — Remove dead loop variable and asyncio import in auth_service
**Status:** Completed
**Severity:** Low
**Where:**
@@ -578,6 +580,8 @@ Dead code misleads readers into thinking `loop` is used for something. The origi
### Task 20 — Offload ensure_jail_configs to a thread at startup
**Status:** Completed
**Severity:** Low
**Where:**