diff options
author | Travis Ralston <travpc@gmail.com> | 2018-08-23 07:51:46 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-23 07:51:46 -0600 |
commit | 1ca2744621907e853a20dc668943ded19b524b60 (patch) | |
tree | c3ff483d8980e9611bccacfcceab3f763bfcf8f4 | |
parent | Merge pull request #3746 from matrix-org/erikj/mau_fixups (diff) | |
parent | Create 3734.misc (diff) | |
download | synapse-1ca2744621907e853a20dc668943ded19b524b60.tar.xz |
Merge pull request #3734 from matrix-org/travis/worker-docs
Reference that the federation_reader needs the HTTP replication port set
-rw-r--r-- | changelog.d/3734.misc | 1 | ||||
-rw-r--r-- | docs/workers.rst | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/changelog.d/3734.misc b/changelog.d/3734.misc new file mode 100644 index 0000000000..4f6e4b3848 --- /dev/null +++ b/changelog.d/3734.misc @@ -0,0 +1 @@ +Reference the need for an HTTP replication port when using the federation_reader worker diff --git a/docs/workers.rst b/docs/workers.rst index 81146a211f..101e950020 100644 --- a/docs/workers.rst +++ b/docs/workers.rst @@ -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:: |