From cd2c5548a0d681a2aa560bcaaa6e480720cfbe74 Mon Sep 17 00:00:00 2001 From: MatMaul Date: Fri, 7 Jul 2023 08:10:38 +0000 Subject: deploy: 677272caed43b1c534e5e779b5261327711178a5 --- develop/workers.html | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'develop/workers.html') diff --git a/develop/workers.html b/develop/workers.html index 70accf9c6a..415e722bea 100644 --- a/develop/workers.html +++ b/develop/workers.html @@ -546,11 +546,7 @@ stream_writers:

An example for a stream writer instance:

worker_app: synapse.app.generic_worker
-worker_name: event_persister1 
-
-# The replication listener on the main synapse process.
-worker_replication_host: 127.0.0.1
-worker_replication_http_port: 9093
+worker_name: event_persister1
 
 worker_listeners:
   - type: http
@@ -659,10 +655,6 @@ to a dedicated worker, the shared configuration would include:

worker_app: synapse.app.generic_worker
 worker_name: background_worker
 
-# The replication listener on the main synapse process.
-worker_replication_host: 127.0.0.1
-worker_replication_http_port: 9093
-
 worker_log_config: /etc/matrix-synapse/background-worker-log.yaml
 

Updating the User Directory

@@ -731,10 +723,6 @@ pusher_instances:
worker_app: synapse.app.pusher
 worker_name: pusher_worker1
 
-# The replication listener on the main synapse process.
-worker_replication_host: 127.0.0.1
-worker_replication_http_port: 9093
-
 worker_log_config: /etc/matrix-synapse/pusher-worker-log.yaml
 

synapse.app.appservice

@@ -767,10 +755,6 @@ federation_sender_instances:
worker_app: synapse.app.federation_sender
 worker_name: federation_sender1
 
-# The replication listener on the main synapse process.
-worker_replication_host: 127.0.0.1
-worker_replication_http_port: 9093
-
 worker_log_config: /etc/matrix-synapse/federation-sender-log.yaml
 

synapse.app.media_repository

@@ -797,10 +781,6 @@ expose the media resource. For example:

worker_app: synapse.app.media_repository
 worker_name: media_worker
 
-# The replication listener on the main synapse process.
-worker_replication_host: 127.0.0.1
-worker_replication_http_port: 9093
-
 worker_listeners:
   - type: http
     port: 8085
-- 
cgit 1.5.1