From dd6056eb58d896293c4ed23451f3942f08691b88 Mon Sep 17 00:00:00 2001 From: reivilibre Date: Tue, 18 Jul 2023 15:46:53 +0000 Subject: deploy: 69699a9bd11822635fcf2166f5dec2ce2365219c --- latest/systemd-with-workers/workers/background_worker.yaml | 4 ---- latest/systemd-with-workers/workers/event_persister.yaml | 6 +----- latest/systemd-with-workers/workers/federation_sender.yaml | 4 ---- latest/systemd-with-workers/workers/media_worker.yaml | 4 ---- latest/systemd-with-workers/workers/pusher_worker.yaml | 4 ---- 5 files changed, 1 insertion(+), 21 deletions(-) (limited to 'latest/systemd-with-workers') diff --git a/latest/systemd-with-workers/workers/background_worker.yaml b/latest/systemd-with-workers/workers/background_worker.yaml index 9fbfbda7db..e236e10458 100644 --- a/latest/systemd-with-workers/workers/background_worker.yaml +++ b/latest/systemd-with-workers/workers/background_worker.yaml @@ -1,8 +1,4 @@ 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 diff --git a/latest/systemd-with-workers/workers/event_persister.yaml b/latest/systemd-with-workers/workers/event_persister.yaml index c11d5897b1..018133772c 100644 --- a/latest/systemd-with-workers/workers/event_persister.yaml +++ b/latest/systemd-with-workers/workers/event_persister.yaml @@ -1,9 +1,5 @@ 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 diff --git a/latest/systemd-with-workers/workers/federation_sender.yaml b/latest/systemd-with-workers/workers/federation_sender.yaml index 5c591aec2c..05b8e79e27 100644 --- a/latest/systemd-with-workers/workers/federation_sender.yaml +++ b/latest/systemd-with-workers/workers/federation_sender.yaml @@ -1,8 +1,4 @@ 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 diff --git a/latest/systemd-with-workers/workers/media_worker.yaml b/latest/systemd-with-workers/workers/media_worker.yaml index 8ad046f11a..6491959845 100644 --- a/latest/systemd-with-workers/workers/media_worker.yaml +++ b/latest/systemd-with-workers/workers/media_worker.yaml @@ -1,10 +1,6 @@ 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 diff --git a/latest/systemd-with-workers/workers/pusher_worker.yaml b/latest/systemd-with-workers/workers/pusher_worker.yaml index 46e22c6f06..de91d03ec0 100644 --- a/latest/systemd-with-workers/workers/pusher_worker.yaml +++ b/latest/systemd-with-workers/workers/pusher_worker.yaml @@ -1,8 +1,4 @@ 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 -- cgit 1.5.1