fix(workflow): route async cache deletion through database worker

This commit is contained in:
InfinityPacer
2026-08-23 11:14:31 +08:00
parent 88045fc652
commit bb2a5d38c8
9 changed files with 55 additions and 20 deletions
+1 -1
View File
@@ -671,7 +671,7 @@ async def init_modules() -> HostRuntime:
),
workflow=WorkflowRuntime(
repository=WorkflowOper,
system_config=SystemConfigOper,
system_config=get_configured_system_config,
),
configuration=runtime_configuration,
settings=runtime_settings,