Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

automatic retry on wget failure #659

Merged
merged 2 commits into from
Mar 11, 2021
Merged

Conversation

bmc-msft
Copy link
Contributor

aka.ms is having stability issues. We've seen multiple build failures due to:

$ wget -O azcopy.zip https://aka.ms/downloadazcopy-v10-windows
--2021-03-10 19:03:54-- https://aka.ms/downloadazcopy-v10-windows
Resolving aka.ms (aka.ms)... 23.223.13.99
Connecting to aka.ms (aka.ms)|23.223.13.99|:443... connected.
OpenSSL: error:14094438:SSL routines:ssl3_read_bytes:tlsv1 alert internal error
Unable to establish SSL connection.
$

This PR should help by making wget automatically retry on failure. This will try up to 30 times, waiting 5 seconds between each attempt.

@bmc-msft bmc-msft merged commit 2777257 into microsoft:main Mar 11, 2021
@bmc-msft bmc-msft deleted the retry-wget-azcopy branch March 11, 2021 06:38
@ghost ghost locked as resolved and limited conversation to collaborators Apr 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants