refactor: route storage adapter settings through runtime

This commit is contained in:
jxxghp
2026-08-23 03:25:08 +08:00
parent a42d0dc112
commit baf4e883b2
7 changed files with 23 additions and 13 deletions
+3 -1
View File
@@ -27,7 +27,9 @@ import threading
from pathlib import Path
from typing import Any, Callable, Dict, List, Optional
from app.runtime.config import settings
from app.runtime.settings import RuntimeSettingsCompat
settings = RuntimeSettingsCompat()
from app.runtime.log import logger
# worker 脚本路径。用绝对路径直接执行,而不是 -m 或 import: