Skip to content

Commit 63162cc

Browse files
committed
retry automatic retry handling docs
1 parent 7b1e3ef commit 63162cc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/connections/reverse-etl/manage-retl.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,15 @@ To check the status of your extractions:
3434
<!--- info "Segment automatically retries events that were extracted but failed to load"
3535
> Segment retries events for 14 days following a total or partial sync failure. Before loading the failed records on a subsequent sync, Segment checks for the latest changes in your data to ensure the data loaded into your warehouse isn't stale. If the error causing the load failure is coming from an upstream tool, you can fix the error in the upstream tool to ensure the record loads on the next sync. --->
3636

37+
## Automatic retry handling
38+
39+
Segment automatically retries events that were extracted from your data warehouse but failed to load for up to 14 days or 5 syncs following a partially successful sync or a sync failure.
40+
41+
Segment checks for the latest changes in your data before loading the failed records on a subsequent (automatically scheduled or manually triggered) sync to ensure the data loaded into Segment isn’t stale and only the latest version of the data is loaded to destination. If the error causing the load failure is coming from an upstream tool, you can fix the error in the upstream tool to resolve the load error on a subsequent sync.
42+
43+
> warning "Syncs with intervals less than one hour may not see failed events on the sync immediately following failed record"
44+
> Syncs with intervals less than or equal to one hour may not see failed events right away, as Segment's internal systems take up to one hour to retry events that initially failed.
45+
3746
## Reset syncs
3847
Reverse ETL uses the Unique Identifier column to detect data changes, like new, updated, and deleted records. If you encounter an error, you can reset Segment’s tracking of this column and force Segment to manually add all records from your dataset.
3948

0 commit comments

Comments
 (0)