gruntwork-io / fetch

Download files, folders, and release assets from a specific git commit, branch, or tag of public and private GitHub repos.
https://www.gruntwork.io/
MIT License
587 stars 90 forks source link

Enable HTTP retries in fetch #80

Closed niallrmurphy closed 1 year ago

niallrmurphy commented 3 years ago

Wrap http requests in a retry loop. Nothing sophisticated, just sleep() based linear backoff.

arsci commented 1 year ago

@niallrmurphy thanks for your contribution! We are closing older, stale PRs. If this change is still required, we encourage you to re-open.