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

Upload is not a part of the backup operation #29

Open
e-grigorov opened this issue Oct 6, 2022 · 0 comments
Open

Upload is not a part of the backup operation #29

e-grigorov opened this issue Oct 6, 2022 · 0 comments
Labels
task Single unit of work

Comments

@e-grigorov
Copy link
Contributor

Currently, there are two standalone operations in a sequence i.e. a backup with BACKUP_STARTED and BACKUP_FINISHED, right after the upload starts. There are pros and cons of this approach:

  • Pros:
    • Many backups can be done on the edge device in offline mode and when online they can be uploaded.
    • Clear visibility of the operations i.e. if there is a fail in the backup it's clear that this fail is in the backup preparation.
  • Cons:
    • BACKUP_FINISHED is reported but the backup is not uploaded on the backend.

The disadvantage seems serious and cover the typical/normal flow of the feature. That's why this ticket aims to revise and clear the issue.

@e-grigorov e-grigorov added the task Single unit of work label Oct 6, 2022
@e-grigorov e-grigorov added this to the M3 milestone Oct 6, 2022
@k-gostev k-gostev removed this from the M3 milestone May 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Single unit of work
Projects
Status: No status
Development

No branches or pull requests

2 participants