summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorClay Gerrard <clay.gerrard@gmail.com>2021-07-14 10:30:04 -0500
committerTim Burke <tim.burke@gmail.com>2021-07-14 12:27:26 -0700
commit4e52d946bf94d7060c9b9cd39caf13db066748fc (patch)
treec57dcd8a5149b2736d7443e8a59cf51891e8dea2 /etc
parenta5fc6a82113c036be716e4ac088b17243c821e48 (diff)
downloadswift-4e52d946bf94d7060c9b9cd39caf13db066748fc.tar.gz
Add concurrency to reconciler
Each reconciler process can now reconcile more than one queue entry at a time, up to the configured concurrency. By default concurrency is 1. There is no expected change to existing behavior. Entries are processed serially one a time. Change-Id: I72e9601b58c2f20bb1294876bb39f2c78827d5f8
Diffstat (limited to 'etc')
-rw-r--r--etc/container-reconciler.conf-sample2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/container-reconciler.conf-sample b/etc/container-reconciler.conf-sample
index cd61f9a69..7b74124e1 100644
--- a/etc/container-reconciler.conf-sample
+++ b/etc/container-reconciler.conf-sample
@@ -57,6 +57,8 @@
# Work only with ionice_class.
# ionice_class =
# ionice_priority =
+# Number of objects to process concurrently per process
+# concurrency = 1
[pipeline:main]
# Note that the reconciler's pipeline is intentionally very sparse -- it is