From da05bbd779b361ad52a2ec891f69cea849d41bf1 Mon Sep 17 00:00:00 2001 From: erikjohnston Date: Tue, 18 Jul 2023 08:50:18 +0000 Subject: deploy: 1c802de626de3293049206cb788af15cbc8ea17f --- .../usage/configuration/config_documentation.html | 28 ++++++++++++++++------ 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'develop/usage') diff --git a/develop/usage/configuration/config_documentation.html b/develop/usage/configuration/config_documentation.html index 707ea9a759..0b8eddf339 100644 --- a/develop/usage/configuration/config_documentation.html +++ b/develop/usage/configuration/config_documentation.html @@ -3546,13 +3546,14 @@ events may be dropped).


instance_map

-

When using workers this should be a map from worker_name to the -HTTP replication listener of the worker, if configured, and to the main process. -Each worker declared under stream_writers needs -a HTTP replication listener, and that listener should be included in the instance_map. -The main process also needs an entry on the instance_map, and it should be listed under -main if even one other worker exists. Ensure the port matches with what is declared -inside the listener block for a replication listener.

+

When using workers this should be a map from worker_name to the HTTP +replication listener of the worker, if configured, and to the main process. Each worker +declared under stream_writers and +outbound_federation_restricted_to needs a HTTP +replication listener, and that listener should be included in the instance_map. The +main process also needs an entry on the instance_map, and it should be listed under +main if even one other worker exists. Ensure the port matches with what is +declared inside the listener block for a replication listener.

Example configuration:

instance_map:
   main:
@@ -3582,6 +3583,19 @@ Any worker specified here must also be in the inst
   typing: worker1
 

+

outbound_federation_restricted_to

+

When using workers, you can restrict outbound federation traffic to only go through a +specific subset of workers. Any worker specified here must also be in the +instance_map. +worker_replication_secret must also be configured to +authorize inter-worker communication.

+
outbound_federation_restricted_to:
+  - federation_sender1
+  - federation_sender2
+
+

Also see the worker +documentation +for more info.

run_background_tasks_on

The worker that is used to run background tasks (e.g. cleaning up expired data). If not provided this -- cgit 1.5.1