summaryrefslogtreecommitdiff
path: root/src/buildtool/common/remote/retry_parameters.hpp
AgeCommit message (Collapse)Author
2023-12-13Add a retry lib that provides useful wrappers to allow to retry...Alberto Sartori
...the provided function until either the function succeeds, maximum number of attempts is reached or the function returns an error indicating that we cannot simply retry. It is meant to be used with rpc calls, but the logic can be applied to other scenarios.