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

Commit

Permalink
Remove worker_replication_* settings from worker doc (#15872)
Browse files Browse the repository at this point in the history
Co-authored-by: Mathieu Velten <mathieuv@matrix.org>
  • Loading branch information
dklimpel and Mathieu Velten committed Jul 7, 2023
1 parent 2481b7d commit 677272c
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 21 deletions.
1 change: 1 addition & 0 deletions changelog.d/15872.doc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove deprecated `worker_replication_host`, `worker_replication_http_port` and `worker_replication_http_tls` configuration options.
4 changes: 0 additions & 4 deletions docs/systemd-with-workers/workers/background_worker.yaml
Original file line number Diff line number Diff line change
@@ -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
6 changes: 1 addition & 5 deletions docs/systemd-with-workers/workers/event_persister.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions docs/systemd-with-workers/workers/federation_sender.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 0 additions & 4 deletions docs/systemd-with-workers/workers/media_worker.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 0 additions & 4 deletions docs/systemd-with-workers/workers/pusher_worker.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 677272c

Please sign in to comment.