Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions src/connections/reverse-etl/manage-retl.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,13 @@ To reset a sync:
3. Click **I understand what happens when I reset a sync state**.
4. Click **Reset sync**.

## Cancel syncs
Reverse ETL users can cancel syncs during the extract and load phases.

To cancel a sync, click the kebab menu (three dots) on the sync’s row in the Syncs History tab or expand the sync details side sheet. You can also find the 'Cancel Sync' button in the sync details side sheet on the Syncs Overview page. Additionally, the Syncs Overview page now allows you to filter by 'Canceling' (syncs where a cancel request is being processed) and 'Canceled' (syncs successfully canceled) statuses.

Once a sync is canceled, the record count under 'Extraction Results' reflects the records already processed, which will not be included in future syncs. To reprocess these records, you can reset or replay the sync.

## Replays
You can choose to replay syncs. To replay a specific sync, contact [[email protected]](mailto:[email protected]). Keep in mind that triggering a replay resyncs all records for a given sync.

Expand Down