pub async fn run_reconcile_once(
store: &PgStore,
limit: i64,
) -> Result<usize, ForceSyncError>Expand description
Runs one reconciliation pass and enqueues repair tasks for detected drift.
ยงErrors
Returns an error if the detection or enqueue steps fail.