-
Notifications
You must be signed in to change notification settings - Fork 393
Automatic retry docs #7314
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+6
−5
Merged
Automatic retry docs #7314
Changes from 2 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
50f4aaa
Update manage-retl.md
forstisabella b29b223
fix language
forstisabella a3079ae
Update src/connections/reverse-etl/manage-retl.md
forstisabella 93ea417
Update src/connections/reverse-etl/manage-retl.md
forstisabella 84a90b7
Update src/connections/reverse-etl/manage-retl.md
forstisabella File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,18 +31,19 @@ To check the status of your extractions: | |
* The load results - how many successful records were synced as well as how many records were updated, deleted, or are new. | ||
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. | ||
|
||
<!--- IG 9/2024 - EM for RETL asked me to roll back the docs for this feature on 9/25/24! | ||
|
||
## Automatic retry handling | ||
|
||
> info "Automatic retry handling feature might not yet be available in your workspace" | ||
> To ensure overall system stability and performance, Segment is releasing automatic retry handling to all workspaces in a phased rollout program. Segment expects this feature to be available to all customers by January 31, 2025. | ||
|
||
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. | ||
|
||
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. | ||
|
||
> warning "Syncs with intervals less than one hour may not see failed events on the sync immediately following failed record" | ||
|
||
> 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. | ||
forstisabella marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
||
---> | ||
|
||
## Reset syncs | ||
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. | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.