2022-04-25 08:17:03 -04:00
|
|
|
worker_app: synapse.app.generic_worker
|
2023-07-07 04:09:41 -04:00
|
|
|
worker_name: event_persister1
|
2022-04-25 08:17:03 -04:00
|
|
|
|
|
|
|
worker_listeners:
|
|
|
|
- type: http
|
|
|
|
port: 8034
|
|
|
|
resources:
|
|
|
|
- names: [replication]
|
|
|
|
|
|
|
|
# Enable listener if this stream writer handles endpoints for the `typing` or
|
|
|
|
# `to_device` streams. Uses a different port to the `replication` listener to
|
|
|
|
# avoid exposing the `replication` listener publicly.
|
|
|
|
#
|
|
|
|
#- type: http
|
|
|
|
# port: 8035
|
2023-01-13 09:06:58 -05:00
|
|
|
# x_forwarded: true
|
2022-04-25 08:17:03 -04:00
|
|
|
# resources:
|
|
|
|
# - names: [client]
|
|
|
|
|
|
|
|
worker_log_config: /etc/matrix-synapse/event-persister-log.yaml
|