mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-05-15 22:30:38 +08:00
fix(authority): gate vector rebuild jobs
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -608,7 +608,7 @@ export async function onRebuildVectorIndexController(runtime, range = null) {
|
||||
}
|
||||
if (jobResult?.error) {
|
||||
runtime.toastr.warning(
|
||||
`Authority Job 提交失败,已回退本地重建:${jobResult.error}`,
|
||||
`Authority Job 提交失败,已回退直接同步重建:${jobResult.error}`,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user