diff options
author | squahtx <squahtx@users.noreply.github.com> | 2022-10-07 13:26:19 +0000 |
---|---|---|
committer | squahtx <squahtx@users.noreply.github.com> | 2022-10-07 13:26:19 +0000 |
commit | a97d6334ed5864d4925716cf4486c8f39412f7e6 (patch) | |
tree | 57e3355da0a2890dd51c877e040a23c8ba035c61 /develop/print.html | |
parent | deploy: 0c853e09709d52783efd37060ed9e8f55a4fc704 (diff) | |
download | synapse-a97d6334ed5864d4925716cf4486c8f39412f7e6.tar.xz |
deploy: 0adeccafc651f9fe0eae4fe4d67229b9be9ed7b9
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/develop/print.html b/develop/print.html index 4a089a05d7..5e11b76049 100644 --- a/develop/print.html +++ b/develop/print.html @@ -10228,6 +10228,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="workers.html#notifying-application-services">Use <code>synapse.app.generic_worker</code> with the <code>notify_appservices_from_worker</code> option instead.</a></p> @@ -10247,6 +10257,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/ |