Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Bug 1302596: Retry image download when it fails #502

Merged
merged 2 commits into from
Sep 8, 2019

Commits on Sep 6, 2019

  1. Bug 1302596: Retry image download when it fails

    We already have retries for when the download fails, but not when the
    downloaded image is corrupted.
    
    We add a retry for the general `ensureImage()` function, for edge cases
    like above.
    
    As we are not retrying because of possible network temporary outage, we
    configure the waiting time to be a small value.
    walac committed Sep 6, 2019
    Configuration menu
    Copy the full SHA
    8d02d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6c87da2 View commit details
    Browse the repository at this point in the history