gruntwork-io / gruntwork-io/gruntwork-installer
Add optional retry
Open
enhancement
- Dominant language
- Shell
- Stars
- 92
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
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](https://github.com/gruntwork-io/fetch), one option could be adding the retry to `fetch` instead.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.