feat: add scheduler and flower monitoring with worker registry

This commit is contained in:
chengkai3
2026-05-01 20:59:12 +08:00
parent 6dc386e752
commit 0019aa0fba
31 changed files with 2341 additions and 583 deletions
+1
View File
@@ -215,6 +215,7 @@ def init_db() -> None:
system_param,
todo,
user,
worker_registry,
) # noqa: F401
from ..services.seed_service import seed_defaults