From 0d01c2bcd670f5600c337b87115e089f6d48aab5 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Mon, 11 Dec 2023 18:26:16 +0100 Subject: Add command line options to tune the retry strategy for rpc calls Three new command line options have been added: - `--max-attempts` - `--initial-backoff-seconds` - `--max-backoff-seconds` --- src/buildtool/main/cli.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/main/cli.hpp') diff --git a/src/buildtool/main/cli.hpp b/src/buildtool/main/cli.hpp index 5c8d91ef..1ca45255 100644 --- a/src/buildtool/main/cli.hpp +++ b/src/buildtool/main/cli.hpp @@ -51,6 +51,7 @@ struct CommandLineArguments { ServerAuthArguments sauth; ServiceArguments service; ServeArguments serve; + RetryArguments retry; }; auto ParseCommandLineArguments(int argc, char const* const* argv) -- cgit v1.2.3