summary refs log tree commit diff
path: root/develop/workers.html
diff options
context:
space:
mode:
authorerikjohnston <erikjohnston@users.noreply.github.com>2024-03-28 15:45:41 +0000
committererikjohnston <erikjohnston@users.noreply.github.com>2024-03-28 15:45:41 +0000
commite84565bdc580caebc8b4077e73307733d6b37d7c (patch)
treed5c59ab09edc0e65d014ba1810e70d3c1ae242cc /develop/workers.html
parentdeploy: 03f0d746c39d2e7076f78da1edd6f0df316ee5d3 (diff)
downloadsynapse-e84565bdc580caebc8b4077e73307733d6b37d7c.tar.xz
deploy: ea6bfae0fca5303bcf2e474694d6a388ef3b6a90
Diffstat (limited to 'develop/workers.html')
-rw-r--r--develop/workers.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/develop/workers.html b/develop/workers.html
index 8f2bbb2977..0b086b365e 100644
--- a/develop/workers.html
+++ b/develop/workers.html
@@ -641,6 +641,11 @@ the stream writer for the <code>receipts</code> stream:</p>
 the stream writer for the <code>presence</code> stream:</p>
 <pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/presence/
 </code></pre>
+<h5 id="the-push-stream"><a class="header" href="#the-push-stream">The <code>push</code> stream</a></h5>
+<p>The following endpoints should be routed directly to the worker configured as
+the stream writer for the <code>push</code> stream:</p>
+<pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/push_rules/
+</code></pre>
 <h4 id="restrict-outbound-federation-traffic-to-a-specific-set-of-workers"><a class="header" href="#restrict-outbound-federation-traffic-to-a-specific-set-of-workers">Restrict outbound federation traffic to a specific set of workers</a></h4>
 <p>The
 <a href="usage/configuration/config_documentation.html#outbound_federation_restricted_to"><code>outbound_federation_restricted_to</code></a>