Browse Source

Remove `worker_replication_*` settings from worker doc (#15872)

Co-authored-by: Mathieu Velten <mathieuv@matrix.org>
tags/v1.88.0rc1
Dirk Klimpel 10 months ago
committed by GitHub
parent
commit
677272caed
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 2 additions and 21 deletions
  1. +1
    -0
      changelog.d/15872.doc
  2. +0
    -4
      docs/systemd-with-workers/workers/background_worker.yaml
  3. +1
    -5
      docs/systemd-with-workers/workers/event_persister.yaml
  4. +0
    -4
      docs/systemd-with-workers/workers/federation_sender.yaml
  5. +0
    -4
      docs/systemd-with-workers/workers/media_worker.yaml
  6. +0
    -4
      docs/systemd-with-workers/workers/pusher_worker.yaml

+ 1
- 0
changelog.d/15872.doc View File

@@ -0,0 +1 @@
Remove deprecated `worker_replication_host`, `worker_replication_http_port` and `worker_replication_http_tls` configuration options.

+ 0
- 4
docs/systemd-with-workers/workers/background_worker.yaml View File

@@ -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

+ 1
- 5
docs/systemd-with-workers/workers/event_persister.yaml View File

@@ -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


+ 0
- 4
docs/systemd-with-workers/workers/federation_sender.yaml View File

@@ -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

+ 0
- 4
docs/systemd-with-workers/workers/media_worker.yaml View File

@@ -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


+ 0
- 4
docs/systemd-with-workers/workers/pusher_worker.yaml View File

@@ -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

Loading…
Cancel
Save