aboutsummaryrefslogtreecommitdiff
path: root/bbot/agent/agent.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-08-20 14:42:47 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-10-06 15:40:07 +0200
commit6a5c8fce4051476f398191b15763e144ea358424 (patch)
treeadb4ee63084ee3e06f871a429355448599dcb521 /bbot/agent/agent.cli
parente2293b22dfd26c5612c7c2d090d3be9392d82af9 (diff)
Add support for controller request retries, connection timeout
Diffstat (limited to 'bbot/agent/agent.cli')
-rw-r--r--bbot/agent/agent.cli24
1 files changed, 22 insertions, 2 deletions
diff --git a/bbot/agent/agent.cli b/bbot/agent/agent.cli
index a5dbe01..0f306fb 100644
--- a/bbot/agent/agent.cli
+++ b/bbot/agent/agent.cli
@@ -150,7 +150,8 @@ namespace bbot
size_t --bootstrap-retries = 2
{
"<num>",
- "Number of time to retry a mis-booted bootstrap, 2 by default."
+ "Number of times to retry a mis-booted bootstrap, 2 (3 attempts total)
+ by default."
}
size_t --build-timeout = 1800
@@ -163,7 +164,15 @@ namespace bbot
size_t --build-retries = 2
{
"<num>",
- "Number of time to retry a mis-booted build, 2 by default."
+ "Number of times to retry a mis-booted build, 2 (3 attempts total) by
+ default."
+ }
+
+ size_t --connect-timeout = 60
+ {
+ "<sec>",
+ "Maximum number of seconds to wait for controller request connection,
+ 60 (1 minute) by default."
}
size_t --request-timeout = 300
@@ -173,6 +182,17 @@ namespace bbot
300 (5 minutes) by default."
}
+ size_t --request-retries = 4
+ {
+ "<num>",
+ "Number of times to retry a controller request, 4 (5 attempts total) by
+ default. Note that both the total time for all retries as well as the
+ time of each retry are limited by the same \c{--request-timeout}
+ value. This means that a successful request may take up to twice as
+ long if a connection was established at the end of the retry window
+ and took just as long to complete."
+ }
+
uint16_t --verbose = 1
{
"<level>",