Skip to content
Merged
Changes from all commits
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
14 changes: 14 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,20 @@ To reset a sync:
3. Click **I understand what happens when I reset a sync state**.
4. Click **Reset sync**.

## Cancel syncs
You can cancel syncs when your sync is currently running during the extraction and load phase.

To cancel a sync:
1. Navigate to **Connections > Destinations > Reverse ETL**.
2. Select the mapping with a sync that is in progress.
3. Select the sync that is in progress.
4. Click **Cancel sync** to cancel the sync.
5. Select the reason for canceling the sync.

Your canceled syncs with have a status as *Canceled,* and any syncs that are in the process of being canceled will have a status of *Canceling*.

Once you cancel a sync, the record count under **Extraction Results** reflects the records already processed. These records won't 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
Loading