Skip to content
This repository has been archived by the owner on Feb 26, 2019. It is now read-only.

godep restore should retry on transient failures #511

Closed
rmmh opened this issue Sep 6, 2016 · 1 comment
Closed

godep restore should retry on transient failures #511

rmmh opened this issue Sep 6, 2016 · 1 comment

Comments

@rmmh
Copy link

rmmh commented Sep 6, 2016

godep restore should retry on transient errors from the underlying VCS (5xx, connection error). This would make automated godep restores more reliable.

Others have found retrying git commands worthwhile: git-retry exists (used by Chrome's build system), and the just-released Git 2.10 retries once on submodule clone failures:

submodule update and clone --recursive have learned to retry a single cloning failure for each submodule, to make ephemeral server and network failures less annoying.

@freeformz
Copy link

I am closing this issue because the repo is going to be archived.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants