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
When files fail to sync, it will cause the rest of the files in the chunk for that task to fail as well. This could be done simply by allowing the rest of the files in the task to continue syncing.
The failed sync(s) could cause that sync task to fail, which would cause the whole thing to be retried later or require the caller to audit the files in the chunk against objects which successfully synced to the destination collection.
Alternatively, each file which fails to sync could be placed in a new task which intentionally fails but contains information about the file which failed to sync so that it can be retried or at least more easily understood as to what failed.
The text was updated successfully, but these errors were encountered:
When files fail to sync, it will cause the rest of the files in the chunk for that task to fail as well. This could be done simply by allowing the rest of the files in the task to continue syncing.
The failed sync(s) could cause that sync task to fail, which would cause the whole thing to be retried later or require the caller to audit the files in the chunk against objects which successfully synced to the destination collection.
Alternatively, each file which fails to sync could be placed in a new task which intentionally fails but contains information about the file which failed to sync so that it can be retried or at least more easily understood as to what failed.
The text was updated successfully, but these errors were encountered: