You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do not currently respect error types when retrying sync errors; instead we always retry errors up to the limit, regardless of the incoming type. We should not retry error types that aren't considered retryable (e.g., 403, 404, etc)
The text was updated successfully, but these errors were encountered:
As noted in the TODO in this code snippet https://github.com/aws-amplify/amplify-ios/blob/4cb4423a6eb3d46dc0caf4bf55392384b0e4acc8/AmplifyPlugins/DataStore/AWSDataStoreCategoryPlugin/Sync/RemoteSyncEngine+Retryable.swift#L31-L39
We do not currently respect error types when retrying sync errors; instead we always retry errors up to the limit, regardless of the incoming type. We should not retry error types that aren't considered retryable (e.g., 403, 404, etc)
The text was updated successfully, but these errors were encountered: