summaryrefslogtreecommitdiff
path: root/manpages/taler-exchange-aggregator.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler-exchange-aggregator.1.rst')
-rw-r--r--manpages/taler-exchange-aggregator.1.rst10
1 files changed, 10 insertions, 0 deletions
diff --git a/manpages/taler-exchange-aggregator.1.rst b/manpages/taler-exchange-aggregator.1.rst
index cf8f3edb..87a5cd74 100644
--- a/manpages/taler-exchange-aggregator.1.rst
+++ b/manpages/taler-exchange-aggregator.1.rst
@@ -19,6 +19,8 @@ Synopsis
[**-T** *USEC* | **--timetravel**\ \ *USEC*]
[**-t** | **--test**]
[**-v** | **--version**]
+[**-y**_|_**--kyc-off**]
+
Description
===========
@@ -27,6 +29,10 @@ Description
to the same merchant into larger wire transfers. The actual transfers are then
done by **taler-exchange-transfer**.
+The AGGREGATOR_SHARD_SIZE option can be used to allow multiple aggregator processes to run in parallel and share the load. This is only recommended if a single aggregator is insufficient for the workload.
+
+The aggregator uses a special table to lock shards it is working on. If an aggregator process dies (say due to a power failure), these shard locks may prevent the aggregator from resuming normally. In this case, you must run "taler-exchange-dbinit -s" to release the shard locks before restarting the aggregator.
+
**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
Use the configuration and other resources for the exchange to operate
from *FILENAME*.
@@ -52,6 +58,10 @@ done by **taler-exchange-transfer**.
**-v** \| **--version**
Print version information.
+**-y** \| **--kyc-off**
+ Run without KYC checks. Talk with your regulator before using this option.
+
+
See Also
========