Remove `worker_replication_*` settings from worker doc (#15872)
Co-authored-by: Mathieu Velten <mathieuv@matrix.org>
This commit is contained in:
parent
2481b7dfa4
commit
677272caed
|
@ -0,0 +1 @@
|
||||||
|
Remove deprecated `worker_replication_host`, `worker_replication_http_port` and `worker_replication_http_tls` configuration options.
|
|
@ -1,8 +1,4 @@
|
||||||
worker_app: synapse.app.generic_worker
|
worker_app: synapse.app.generic_worker
|
||||||
worker_name: background_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
|
worker_log_config: /etc/matrix-synapse/background-worker-log.yaml
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
worker_app: synapse.app.generic_worker
|
worker_app: synapse.app.generic_worker
|
||||||
worker_name: event_persister1
|
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_listeners:
|
worker_listeners:
|
||||||
- type: http
|
- type: http
|
||||||
port: 8034
|
port: 8034
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
worker_app: synapse.app.federation_sender
|
worker_app: synapse.app.federation_sender
|
||||||
worker_name: federation_sender1
|
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
|
worker_log_config: /etc/matrix-synapse/federation-sender-log.yaml
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
worker_app: synapse.app.media_repository
|
worker_app: synapse.app.media_repository
|
||||||
worker_name: media_worker
|
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:
|
worker_listeners:
|
||||||
- type: http
|
- type: http
|
||||||
port: 8085
|
port: 8085
|
||||||
|
|
|
@ -1,8 +1,4 @@
|
||||||
worker_app: synapse.app.pusher
|
worker_app: synapse.app.pusher
|
||||||
worker_name: pusher_worker1
|
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
|
worker_log_config: /etc/matrix-synapse/pusher-worker-log.yaml
|
||||||
|
|
Loading…
Reference in New Issue