summaryrefslogtreecommitdiffstats
path: root/src/main/resources/Documentation/config.md
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2017-09-06 11:41:54 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-09-06 11:41:54 +0000
commit643d635a4502e2a2df6cb02edade88bad3fd953a (patch)
tree0b7196b77f3567688a94b27143ffde7d7fa44d0b /src/main/resources/Documentation/config.md
parent297b749038153527291b43cb08b162eb475adcd7 (diff)
parent6eee24844d68c6001f24535d6ee3d9df288ec52e (diff)
Merge "Merge branch 'stable-2.14'"
Diffstat (limited to 'src/main/resources/Documentation/config.md')
-rw-r--r--src/main/resources/Documentation/config.md17
1 files changed, 14 insertions, 3 deletions
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index bbcc51c..6b009f4 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -108,13 +108,13 @@ replication.maxRetries
: Maximum number of times to retry a push operation that previously
failed.
- When a push operation reaches its maximum number of retries
+ When a push operation reaches its maximum number of retries,
the replication event is discarded from the queue and the remote
- destinations could be out of sync.
+ destinations may remain out of sync.
Can be overridden at remote-level by setting replicationMaxRetries.
- By default, push are retried indefinitely.
+ By default, pushes are retried indefinitely.
remote.NAME.url
: Address of the remote server to push to. Multiple URLs may be
@@ -228,6 +228,17 @@ remote.NAME.replicationDelay
By default, 15 seconds.
+remote.NAME.rescheduleDelay
+: Delay when rescheduling a push operation due to an in-flight push
+ running for the same project.
+
+ Cannot be set to a value lower than 3 seconds to avoid a tight loop
+ of schedule/run which could cause 1K+ retries per second.
+
+ A configured value lower than 3 seconds will be rounded to 3 seconds.
+
+ By default, 3 seconds.
+
remote.NAME.replicationRetry
: Time to wait before scheduling a remote push operation previously
failed due to an offline remote server.