Skip to main content

detect_drift

Function detect_drift 

Source
pub async fn detect_drift(
    store: &PgStore,
    limit: i64,
) -> Result<Vec<DriftItem>, ForceSyncError>
Expand description

Detects drift by comparing the latest journal row for each record to the stored link.

ยงErrors

Returns an error if the query fails.