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

First pass at enabling HTTP retries across the installer scripts.

Open niallrmurphy opened this issue 3 years ago • 0 comments

This PR does the initial plumbing in bash for enabling download retries in the installer scripts.

The general philosophy is to rely on the native capabilities of curl (and whatever other tools we use) to do this, rather than (re)implementing it in bash. Notably, this means implementing similar retry logic in fetch, which is a separate PR.

niallrmurphy avatar Nov 19 '20 13:11 niallrmurphy