hof/mod: add retry to fetching / syncing repos #354
Labels
area / mod
enhancement
New feature or request
good first issue
issue good for beginners and newcomers of all kinds
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 ...
commandsthis 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
The text was updated successfully, but these errors were encountered: