Skip to content
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

Retry in syncing resources #535

Closed
jingtang10 opened this issue Jun 4, 2021 · 0 comments · Fixed by #603
Closed

Retry in syncing resources #535

jingtang10 opened this issue Jun 4, 2021 · 0 comments · Fixed by #603
Assignees
Labels
type:enhancement New feature or request
Milestone

Comments

@jingtang10
Copy link
Collaborator

jingtang10 commented Jun 4, 2021

Is your feature request related to a problem? Please describe.
When syncing data from the client to the server there may be failures due to poor connectivity meaning the data is not properly sync'd

Describe the solution you'd like
Handle sync (upload/download) failures and retry appropriately.

When there is a sync failure, the SDK should:

  • Retry in the background after waiting for X minutes
  • Provide information back to the client as per the sync config

Provide sync configuration options to indicate:

  • Retry period in minutes e.g. 10 minutes or 15 minutes
  • Number of retries before changing the status to FAILED
  • Whether to return sync status to the client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants