chore: sync database worker branch with upstream v3

This commit is contained in:
InfinityPacer
2026-08-23 04:48:50 +08:00
111 changed files with 605 additions and 391 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: