Currently, if the repo['url'] is unreachable for whatever reason, all DownloadPackage() requests will fail. We should be more robust and allow for multiple urls to be checked.
We could even allow random access or round-robin load balancing between the urls.
Currently, if the repo['url'] is unreachable for whatever reason, all
DownloadPackage()requests will fail. We should be more robust and allow for multiple urls to be checked.We could even allow random access or round-robin load balancing between the urls.