Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 677272c

Browse files
dklimpelMathieu Velten
andauthored
Remove worker_replication_* settings from worker doc (#15872)
Co-authored-by: Mathieu Velten <[email protected]>
1 parent 2481b7d commit 677272c

File tree

6 files changed

+2
-21
lines changed

6 files changed

+2
-21
lines changed

changelog.d/15872.doc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove deprecated `worker_replication_host`, `worker_replication_http_port` and `worker_replication_http_tls` configuration options.
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
worker_app: synapse.app.generic_worker
22
worker_name: background_worker
33

4-
# The replication listener on the main synapse process.
5-
worker_replication_host: 127.0.0.1
6-
worker_replication_http_port: 9093
7-
84
worker_log_config: /etc/matrix-synapse/background-worker-log.yaml

docs/systemd-with-workers/workers/event_persister.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
worker_app: synapse.app.generic_worker
2-
worker_name: event_persister1
3-
4-
# The replication listener on the main synapse process.
5-
worker_replication_host: 127.0.0.1
6-
worker_replication_http_port: 9093
2+
worker_name: event_persister1
73

84
worker_listeners:
95
- type: http
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
worker_app: synapse.app.federation_sender
22
worker_name: federation_sender1
33

4-
# The replication listener on the main synapse process.
5-
worker_replication_host: 127.0.0.1
6-
worker_replication_http_port: 9093
7-
84
worker_log_config: /etc/matrix-synapse/federation-sender-log.yaml

docs/systemd-with-workers/workers/media_worker.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
worker_app: synapse.app.media_repository
22
worker_name: media_worker
33

4-
# The replication listener on the main synapse process.
5-
worker_replication_host: 127.0.0.1
6-
worker_replication_http_port: 9093
7-
84
worker_listeners:
95
- type: http
106
port: 8085
Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
11
worker_app: synapse.app.pusher
22
worker_name: pusher_worker1
33

4-
# The replication listener on the main synapse process.
5-
worker_replication_host: 127.0.0.1
6-
worker_replication_http_port: 9093
7-
84
worker_log_config: /etc/matrix-synapse/pusher-worker-log.yaml

0 commit comments

Comments
 (0)