Skip to content

Commit ce68a6f

Browse files
committed
update auto sync retry docs
1 parent dc821ff commit ce68a6f

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,16 @@ To check the status of your extractions:
1717
* Details of how long it took for the sync to complete.
1818
* How many total records were extracted, as well as a breakdown of the number of records added, updated, and deleted.
1919
* The load results - how many successful records were synced as well as how many records were updated, deleted, or are new.
20-
5. If your sync failed, click the failed reason to get more details on the error and view sample payloads to help troubleshoot the issue.
20+
5. If your sync was partially successful or failed, click the failed reason to get more details on the error and view sample payloads to help troubleshoot the issue.
2121

22-
> info "Segment automatically retries events that were extracted but failed to load"
23-
> 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.
22+
### Automatic retry handling
23+
24+
Segment automatically retries events that were extracted from your data warehouse but failed to load for up to 14 days or 25 syncs following a partially successful sync or a sync failure.
25+
26+
Before loading the failed records on a subsequent sync, Segment checks for the latest changes in your data to ensure the data loaded into Segment isn't stale.
27+
28+
> success ""
29+
> If the error causing the load failure is coming from an upstream tool, you can fix the error in the upstream tool to potentially help the record load on the next sync.
2430
2531
## Reset syncs
2632
You can reset your syncs so that your data is synced from the beginning. This means that Segment resyncs your entire dataset for the model.

0 commit comments

Comments
 (0)