summary refs log tree commit diff
path: root/develop/workers.html
diff options
context:
space:
mode:
authorreivilibre <reivilibre@users.noreply.github.com>2023-01-05 18:18:54 +0000
committerreivilibre <reivilibre@users.noreply.github.com>2023-01-05 18:18:54 +0000
commitd07f6856fecde7d0e397d8dc614c697d24dd2d40 (patch)
tree2285b490b9149919a6296d1fa64c3ef6d91abef4 /develop/workers.html
parentdeploy: 44b476b26e50c642059d6110ba3dcbb1eec0b647 (diff)
downloadsynapse-d07f6856fecde7d0e397d8dc614c697d24dd2d40.tar.xz
deploy: 4eb2f4e02b83c90519a8a55c562d1fafab7caf0b
Diffstat (limited to '')
-rw-r--r--develop/workers.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/develop/workers.html b/develop/workers.html

index 53a9574015..1a291d18ae 100644 --- a/develop/workers.html +++ b/develop/workers.html
@@ -283,7 +283,7 @@ endpoints to the worker (<code>localhost:8083</code> in the above example).</p> <code>synctl</code> or your distribution's preferred service manager such as <code>systemd</code>. We recommend the use of <code>systemd</code> where available: for information on setting up <code>systemd</code> to start synapse workers, see -<a href="systemd-with-workers">Systemd with Workers</a>. To use <code>synctl</code>, see +<a href="systemd-with-workers/">Systemd with Workers</a>. To use <code>synctl</code>, see <a href="synctl_workers.html">Using synctl with Workers</a>.</p> <h2 id="available-worker-applications"><a class="header" href="#available-worker-applications">Available worker applications</a></h2> <h3 id="synapseappgeneric_worker"><a class="header" href="#synapseappgeneric_worker"><code>synapse.app.generic_worker</code></a></h3> @@ -504,7 +504,7 @@ An <code>event_creator</code> listens for requests from clients to create new ev so. It will then pass those events over HTTP replication to any configured event persisters (or the main process if none are configured).</p> <p>Note that <code>event_creator</code>s and <code>event_persister</code>s are implemented using the same -<a href="#synapse.app.generic_worker"><code>synapse.app.generic_worker</code></a>.</p> +<a href="#synapseappgeneric_worker"><code>synapse.app.generic_worker</code></a>.</p> <p>An example <a href="usage/configuration/config_documentation.html#stream_writers"><code>stream_writers</code></a> configuration with multiple writers:</p> <pre><code class="language-yaml">stream_writers: