Skip to main content

Module reconcile

Module reconcile 

Source
Expand description

Reconciliation helpers for drift detection and repair. Postgres-first reconcile helpers for force-sync.

Structs§

DriftItem
A drift candidate discovered during reconciliation.

Functions§

detect_drift
Detects drift by comparing the latest journal row for each record to the stored link.
enqueue_repair
Enqueues a repair task for a journal row.
run_reconcile_once
Runs one reconciliation pass and enqueues repair tasks for detected drift.