Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Reference that the federation_reader needs the HTTP replication port set #3734

Merged
merged 2 commits into from
Aug 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.d/3734.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Reference the need for an HTTP replication port when using the federation_reader worker
2 changes: 1 addition & 1 deletion docs/workers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ replication endpoints that it's talking to on the main synapse process.
``worker_replication_port`` should point to the TCP replication listener port and
``worker_replication_http_port`` should point to the HTTP replication port.

Currently, only the ``event_creator`` worker requires specifying
Currently, the ``event_creator`` and ``federation_reader`` workers require specifying
``worker_replication_http_port``.

For instance::
Expand Down