What happens when a connector crashes in the middle of a sync? #33059
Unanswered
tzahush
asked this question in
Connector Questions
Replies: 1 comment
-
hey @tzahush It depends on the connector and the cause of the crash. If the connector is able to checkpoint its state, then you may have what is called a partial sync failure (some records are synced but not all). Most likely though, you'd want to retry the sync anyway in the case of a failure. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey guys, I would like to understand what happens when a connector crashes in the middle, will it know to continue from where it was?
Beta Was this translation helpful? Give feedback.
All reactions