2022-04-25 06:17:03 -06:00
|
|
|
worker_app: synapse.app.generic_worker
|
2023-07-07 02:09:41 -06:00
|
|
|
worker_name: event_persister1
|
2022-04-25 06:17:03 -06: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 07:06:58 -07:00
|
|
|
# x_forwarded: true
|
2022-04-25 06:17:03 -06:00
|
|
|
# resources:
|
|
|
|
# - names: [client]
|
|
|
|
|
|
|
|
worker_log_config: /etc/matrix-synapse/event-persister-log.yaml
|