-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
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]>
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
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.
The text was updated successfully, but these errors were encountered: