summary refs log tree commit diff
path: root/docs/systemd-with-workers/workers
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-04-14 14:09:07 +0200
committerGitHub <noreply@github.com>2022-04-14 13:09:07 +0100
commita743f7d33ebbd383fbe9bf70e024db79525d891c (patch)
tree8dd77a43ef4ee20822c7dbbaf5f655e08af8d43a /docs/systemd-with-workers/workers
parentOnly send out device list updates for our own users (#12465) (diff)
downloadsynapse-a743f7d33ebbd383fbe9bf70e024db79525d891c.tar.xz
Replace `federation_reader` with `generic_worker` in docs (#12457)
Diffstat (limited to 'docs/systemd-with-workers/workers')
-rw-r--r--docs/systemd-with-workers/workers/federation_reader.yaml13
-rw-r--r--docs/systemd-with-workers/workers/generic_worker.yaml13
2 files changed, 13 insertions, 13 deletions
diff --git a/docs/systemd-with-workers/workers/federation_reader.yaml b/docs/systemd-with-workers/workers/federation_reader.yaml
deleted file mode 100644

index 13e69e62c9..0000000000 --- a/docs/systemd-with-workers/workers/federation_reader.yaml +++ /dev/null
@@ -1,13 +0,0 @@ -worker_app: synapse.app.federation_reader -worker_name: federation_reader1 - -worker_replication_host: 127.0.0.1 -worker_replication_http_port: 9093 - -worker_listeners: - - type: http - port: 8011 - resources: - - names: [federation] - -worker_log_config: /etc/matrix-synapse/federation-reader-log.yaml diff --git a/docs/systemd-with-workers/workers/generic_worker.yaml b/docs/systemd-with-workers/workers/generic_worker.yaml new file mode 100644
index 0000000000..8561e2cda5 --- /dev/null +++ b/docs/systemd-with-workers/workers/generic_worker.yaml
@@ -0,0 +1,13 @@ +worker_app: synapse.app.generic_worker +worker_name: generic_worker1 + +worker_replication_host: 127.0.0.1 +worker_replication_http_port: 9093 + +worker_listeners: + - type: http + port: 8011 + resources: + - names: [client, federation] + +worker_log_config: /etc/matrix-synapse/generic-worker-log.yaml