Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hof/mod: add retry to fetching / syncing repos #354

Open
verdverm opened this issue Sep 26, 2023 · 1 comment
Open

hof/mod: add retry to fetching / syncing repos #354

verdverm opened this issue Sep 26, 2023 · 1 comment
Labels
area / mod enhancement New feature or request good first issue issue good for beginners and newcomers of all kinds

Comments

@verdverm
Copy link
Member

What feature would you like?

automatic or easy to use retry for fetch failures, mostly invisible to users

Is your feature request related to a problem you are experiencing? Please describe.

github clones being flakey at the time of writing, generally remotes get on the struggle bus sometimes

Describe alternatives you've considered

adding retry logic around hof mod ... commands

this is the task we can handle for everyone, instead of everyone needing to implement the same thing

Additional context

similar in effect to what we do with our formatter Dockerfile retry snippets, but in hof/mod

@verdverm verdverm added enhancement New feature or request area / mod good first issue issue good for beginners and newcomers of all kinds hacktoberfest labels Sep 26, 2023
@verdverm
Copy link
Member Author

or maybe not, we are going to be deprecating git backed modules most likely, so let's see how OCI goes, maybe the underlying code has built-in retry already for us 🤞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area / mod enhancement New feature or request good first issue issue good for beginners and newcomers of all kinds
Projects
None yet
Development

No branches or pull requests

1 participant