<@U06A03HV1> <https://github.com/pantsbuild/pants/...
# development
a
@witty-crayon-22786 https://github.com/pantsbuild/pants/pull/6937/commits/daa4aa6a743fff12180229f4638232081e08c2e7 << That’s roughly what I’m thinking this retry stuff will look like. With slightly less hard-coding of retry parameters. I tried using
tokio-retry
and it seemed more complex than just using a loop, so I stopped and just used a loop.