greatmengqi 7a11e9258c refactor(config): use process-global + ContextVar override for AppConfig lifecycle
AppConfig.init() now sets a process-global variable visible to all async
tasks, fixing the issue where ContextVar-only storage didn't propagate
config reloads across request boundaries. ContextVar is retained as
set_override() for per-invocation overrides.
2026-04-15 23:48:05 +08:00
..