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

Robust Download with reattempt and retry #23

Closed
gboyvalenkov-bosch opened this issue Aug 18, 2022 · 0 comments · Fixed by #27
Closed

Robust Download with reattempt and retry #23

gboyvalenkov-bosch opened this issue Aug 18, 2022 · 0 comments · Fixed by #27
Assignees
Labels
task Single unit of work
Milestone

Comments

@gboyvalenkov-bosch
Copy link
Contributor

The software update artifacts should have a more robust download support with built-in recover, reattempt, if something wrong happens in the download.
Currently there is a support for resuming download, which works good, if the download has actually started and there is a part of the file already locally stored on the device.
A configurable behavior with number of retries and time intervals between them should be introduced, in order to handle network failures, without the need to restart the software update executable.

@e-grigorov e-grigorov added the task Single unit of work label Aug 19, 2022
@e-grigorov e-grigorov added this to the M2 milestone Aug 19, 2022
@e-grigorov e-grigorov moved this to Todo in Eclipse Kanto Aug 19, 2022
gboyvalenkov-bosch added a commit to bosch-io/software-update that referenced this issue Aug 24, 2022
- implementation only

Signed-off-by: Georgi Boyvalenkov <[email protected]>
@e-grigorov e-grigorov moved this from Todo to In Review in Eclipse Kanto Aug 25, 2022
@e-grigorov e-grigorov linked a pull request Aug 25, 2022 that will close this issue
gboyvalenkov-bosch added a commit to bosch-io/software-update that referenced this issue Aug 25, 2022
- downloadRetryInterval uses duration type
- other minor improvements

Signed-off-by: Georgi Boyvalenkov <[email protected]>
gboyvalenkov-bosch added a commit to bosch-io/software-update that referenced this issue Aug 25, 2022
- minor improvements and optimizations

Signed-off-by: Georgi Boyvalenkov <[email protected]>
gboyvalenkov-bosch added a commit to bosch-io/software-update that referenced this issue Aug 26, 2022
- flag description improvements

Signed-off-by: Georgi Boyvalenkov <[email protected]>
e-grigorov pushed a commit that referenced this issue Aug 26, 2022
[#23] Robust Download with reattempt and retry

- implementation only

Signed-off-by: Georgi Boyvalenkov <[email protected]>
Repository owner moved this from In Review to Done in Eclipse Kanto Aug 26, 2022
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: Done
Development

Successfully merging a pull request may close this issue.

2 participants