From dd0ac1614cc9649936830bc1efd1f6208528d504 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 21 Aug 2018 23:35:50 -0600 Subject: [PATCH 1/2] Reference that the federation_reader needs the HTTP replication port set --- docs/workers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workers.rst b/docs/workers.rst index aec319dd8..5435f3633 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:: From 365f588d987d531bac9506216f12c44b28c8c5b9 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Tue, 21 Aug 2018 23:38:38 -0600 Subject: [PATCH 2/2] Create 3734.misc --- changelog.d/3734.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/3734.misc diff --git a/changelog.d/3734.misc b/changelog.d/3734.misc new file mode 100644 index 000000000..4f6e4b384 --- /dev/null +++ b/changelog.d/3734.misc @@ -0,0 +1 @@ +Reference the need for an HTTP replication port when using the federation_reader worker