summary refs log tree commit diff
path: root/latest/workers.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2022-10-26 11:48:33 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2022-10-26 11:48:33 +0000
commite4d379270825b96fee519d04f2d5527a254548f8 (patch)
tree7cc6166cfbd292cd3bb051b8dcbe35bf797ad3d4 /latest/workers.html
parentdeploy: 8756d5c87efc5637da55c9e21d2a4eb2369ba693 (diff)
downloadsynapse-e4d379270825b96fee519d04f2d5527a254548f8.tar.xz
deploy: 23fa636ed70b340e642efbe0c71e1addf4299479
Diffstat (limited to '')
-rw-r--r--latest/workers.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/latest/workers.html b/latest/workers.html
index e9ce04877e..b530e3e491 100644
--- a/latest/workers.html
+++ b/latest/workers.html
@@ -323,6 +323,8 @@ information.</p>
 ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/members$
 ^/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/state$
 ^/_matrix/client/v1/rooms/.*/hierarchy$
+^/_matrix/client/(v1|unstable)/rooms/.*/relations/
+^/_matrix/client/v1/rooms/.*/threads$
 ^/_matrix/client/unstable/org.matrix.msc2716/rooms/.*/batch_send$
 ^/_matrix/client/unstable/im.nheko.summary/rooms/.*/summary$
 ^/_matrix/client/(r0|v3|unstable)/account/3pid$
@@ -570,6 +572,16 @@ pusher instances by their worker name, e.g.:</p>
     - pusher_worker1
     - pusher_worker2
 </code></pre>
+<p>An example for a pusher instance:</p>
+<pre><code class="language-yaml">worker_app: synapse.app.pusher
+worker_name: pusher_worker1
+
+# The replication listener on the main synapse process.
+worker_replication_host: 127.0.0.1
+worker_replication_http_port: 9093
+
+worker_log_config: /etc/matrix-synapse/pusher-worker-log.yaml
+</code></pre>
 <h3 id="synapseappappservice"><a class="header" href="#synapseappappservice"><code>synapse.app.appservice</code></a></h3>
 <p><strong>Deprecated as of Synapse v1.59.</strong> <a href="#notifying-application-services">Use <code>synapse.app.generic_worker</code> with the
 <code>notify_appservices_from_worker</code> option instead.</a></p>
@@ -589,6 +601,16 @@ For example:</p>
     - federation_sender1
     - federation_sender2
 </code></pre>
+<p>An example for a federation sender instance:</p>
+<pre><code class="language-yaml">worker_app: synapse.app.federation_sender
+worker_name: federation_sender1
+
+# The replication listener on the main synapse process.
+worker_replication_host: 127.0.0.1
+worker_replication_http_port: 9093
+
+worker_log_config: /etc/matrix-synapse/federation-sender-log.yaml
+</code></pre>
 <h3 id="synapseappmedia_repository"><a class="header" href="#synapseappmedia_repository"><code>synapse.app.media_repository</code></a></h3>
 <p>Handles the media repository. It can handle all endpoints starting with:</p>
 <pre><code>/_matrix/media/