refactor: 抽离 AI pipeline 与调度共享能力逻辑

This commit is contained in:
fawney19
2026-04-10 01:46:14 +08:00
parent b901a6ffc7
commit 5014e2f5fd
255 changed files with 15057 additions and 3115 deletions

View File

@@ -125,8 +125,8 @@ where
error_type: None,
error_message: None,
latency_ms: None,
started_at_unix_secs: None,
finished_at_unix_secs: None,
started_at_unix_ms: None,
finished_at_unix_ms: None,
},
)
.await;
@@ -153,8 +153,8 @@ pub(crate) async fn mark_unused_local_candidate_items<T, FPlan, FContext>(
error_type: None,
error_message: None,
latency_ms: None,
started_at_unix_secs: None,
finished_at_unix_secs: None,
started_at_unix_ms: None,
finished_at_unix_ms: None,
},
)
.await;