summary refs log tree commit diff
path: root/develop/systemd-with-workers/workers/generic_worker.yaml
diff options
context:
space:
mode:
authorrichvdh <richvdh@users.noreply.github.com>2022-04-14 12:09:42 +0000
committerrichvdh <richvdh@users.noreply.github.com>2022-04-14 12:09:42 +0000
commitaee2fb3187074e0a4c9a15ecb46f7b634c065b0c (patch)
tree5b5bc2e26a9385765a10d1f3c056191f5a882806 /develop/systemd-with-workers/workers/generic_worker.yaml
parentdeploy: 535a689cfcec896dd4ce74ef567bd30c11ade9e3 (diff)
downloadsynapse-aee2fb3187074e0a4c9a15ecb46f7b634c065b0c.tar.xz
deploy: a743f7d33ebbd383fbe9bf70e024db79525d891c
Diffstat (limited to 'develop/systemd-with-workers/workers/generic_worker.yaml')
-rw-r--r--develop/systemd-with-workers/workers/generic_worker.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/develop/systemd-with-workers/workers/generic_worker.yaml b/develop/systemd-with-workers/workers/generic_worker.yaml
new file mode 100644

index 0000000000..8561e2cda5 --- /dev/null +++ b/develop/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