HomeSoftware Heritage

loaders: Move retry proxy to the bottom of the stack

Description

loaders: Move retry proxy to the bottom of the stack

There is no advantage to retry at the outer level. As the operations performed should
mostly succeed, retrying those ops would be more work for noop result. Especially, the
filter part which would make the backend compute some more for noop.

So moving the retry part at the bottom would avoid those inconveniences.

Details

Provenance
ardumontAuthored on Mar 25 2021, 11:51 AM
ardumontPushed on Mar 25 2021, 1:50 PM
Differential Revision
D5330: loaders: Move retry proxy to the bottom of the stack
Parents
rSPSITE9558e50ce902: counters: count objects from more topics
Branches
Unknown
Tags
Unknown