Implement background maintenance post-process queue

This commit is contained in:
Youzini-afk
2026-04-29 15:39:54 +08:00
parent 93c9f2cec8
commit b7c077ed21
6 changed files with 911 additions and 95 deletions

View File

@@ -330,6 +330,16 @@ export function createBatchStatusSkeleton({
completed: false,
persistence: null,
historyAdvanceAllowed: false,
backgroundMaintenanceState: "",
backgroundMaintenanceQueued: false,
backgroundMaintenanceMode: "",
backgroundMaintenanceTasks: [],
backgroundMaintenanceQueue: null,
backgroundVectorSyncQueued: false,
backgroundVectorSyncMode: "",
backgroundVectorSyncTaskId: "",
backgroundVectorSyncState: "",
backgroundVectorSyncQueue: null,
warnings: [],
errors: [],
};