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
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