gruntwork-installer icon indicating copy to clipboard operation
gruntwork-installer copied to clipboard

Add optional retry

Open autero1 opened this issue 5 years ago • 0 comments

Every now and then GitHub API fails with GitHub API error Failed to download file at the url https://api.github.com/repos/xxx/xxx/zipball/xxx. Received HTTP Response 502.. To make the installer more resilient to those transient errors, an optional retry should be added.

Because gruntwork-installer uses fetch, one option could be adding the retry to fetch instead.

autero1 avatar May 29 '19 06:05 autero1