Add files

This commit is contained in:
2021-07-31 14:39:23 -05:00
parent 029f178f6a
commit 5ecfa0c909
10 changed files with 402 additions and 0 deletions

11
workers/generic.yaml Normal file
View File

@ -0,0 +1,11 @@
worker_app: synapse.app.generic_worker
worker_listeners:
- type: http
port: 8008
x_forwarded: true
resources:
- names:
- client
- federation
- metrics

11
workers/media.yaml Normal file
View File

@ -0,0 +1,11 @@
worker_app: synapse.app.media_repository
worker_name: media
worker_listeners:
- type: http
port: 8008
x_forwarded: true
resources:
- names:
- media
- metrics

2
workers/replication.yaml Normal file
View File

@ -0,0 +1,2 @@
worker_replication_host: synapse
worker_replication_http_port: 9093

10
workers/sender1.yaml Normal file
View File

@ -0,0 +1,10 @@
worker_app: synapse.app.federation_sender
worker_name: sender1
worker_listeners:
- type: http
port: 8008
x_forwarded: true
resources:
- names:
- metrics

10
workers/sender2.yaml Normal file
View File

@ -0,0 +1,10 @@
worker_app: synapse.app.federation_sender
worker_name: sender2
worker_listeners:
- type: http
port: 8008
x_forwarded: true
resources:
- names:
- metrics

10
workers/sender3.yaml Normal file
View File

@ -0,0 +1,10 @@
worker_app: synapse.app.federation_sender
worker_name: sender3
worker_listeners:
- type: http
port: 8008
x_forwarded: true
resources:
- names:
- metrics

10
workers/sender4.yaml Normal file
View File

@ -0,0 +1,10 @@
worker_app: synapse.app.federation_sender
worker_name: sender4
worker_listeners:
- type: http
port: 8008
x_forwarded: true
resources:
- names:
- metrics