deploy: 7efddbebef
parent
aee2fb3187
commit
18bef721f6
|
|
@ -9219,9 +9219,9 @@ the full URI, or even just round robin), the room ID is the path component after
|
||||||
of events, then a dedicated set of workers can be provisioned to limit the
|
of events, then a dedicated set of workers can be provisioned to limit the
|
||||||
effects of bursts of events from that bridge on events sent by normal users.</p>
|
effects of bursts of events from that bridge on events sent by normal users.</p>
|
||||||
<h4 id="stream-writers"><a class="header" href="#stream-writers">Stream writers</a></h4>
|
<h4 id="stream-writers"><a class="header" href="#stream-writers">Stream writers</a></h4>
|
||||||
<p>Additionally, there is <em>experimental</em> support for moving writing of specific
|
<p>Additionally, the writing of specific streams (such as events) can be moved off
|
||||||
streams (such as events) off of the main process to a particular worker. (This
|
of the main process to a particular worker.
|
||||||
is only supported with Redis-based replication.)</p>
|
(This is only supported with Redis-based replication.)</p>
|
||||||
<p>To enable this, the worker must have a HTTP replication listener configured,
|
<p>To enable this, the worker must have a HTTP replication listener configured,
|
||||||
have a <code>worker_name</code> and be listed in the <code>instance_map</code> config. The same worker
|
have a <code>worker_name</code> and be listed in the <code>instance_map</code> config. The same worker
|
||||||
can handle multiple streams, but unless otherwise documented, each stream can only
|
can handle multiple streams, but unless otherwise documented, each stream can only
|
||||||
|
|
@ -9277,7 +9277,7 @@ the stream writer for the <code>presence</code> stream:</p>
|
||||||
<pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/presence/
|
<pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/presence/
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<h4 id="background-tasks"><a class="header" href="#background-tasks">Background tasks</a></h4>
|
<h4 id="background-tasks"><a class="header" href="#background-tasks">Background tasks</a></h4>
|
||||||
<p>There is also <em>experimental</em> support for moving background tasks to a separate
|
<p>There is also support for moving background tasks to a separate
|
||||||
worker. Background tasks are run periodically or started via replication. Exactly
|
worker. Background tasks are run periodically or started via replication. Exactly
|
||||||
which tasks are configured to run depends on your Synapse configuration (e.g. if
|
which tasks are configured to run depends on your Synapse configuration (e.g. if
|
||||||
stats is enabled).</p>
|
stats is enabled).</p>
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -428,9 +428,9 @@ the full URI, or even just round robin), the room ID is the path component after
|
||||||
of events, then a dedicated set of workers can be provisioned to limit the
|
of events, then a dedicated set of workers can be provisioned to limit the
|
||||||
effects of bursts of events from that bridge on events sent by normal users.</p>
|
effects of bursts of events from that bridge on events sent by normal users.</p>
|
||||||
<h4 id="stream-writers"><a class="header" href="#stream-writers">Stream writers</a></h4>
|
<h4 id="stream-writers"><a class="header" href="#stream-writers">Stream writers</a></h4>
|
||||||
<p>Additionally, there is <em>experimental</em> support for moving writing of specific
|
<p>Additionally, the writing of specific streams (such as events) can be moved off
|
||||||
streams (such as events) off of the main process to a particular worker. (This
|
of the main process to a particular worker.
|
||||||
is only supported with Redis-based replication.)</p>
|
(This is only supported with Redis-based replication.)</p>
|
||||||
<p>To enable this, the worker must have a HTTP replication listener configured,
|
<p>To enable this, the worker must have a HTTP replication listener configured,
|
||||||
have a <code>worker_name</code> and be listed in the <code>instance_map</code> config. The same worker
|
have a <code>worker_name</code> and be listed in the <code>instance_map</code> config. The same worker
|
||||||
can handle multiple streams, but unless otherwise documented, each stream can only
|
can handle multiple streams, but unless otherwise documented, each stream can only
|
||||||
|
|
@ -486,7 +486,7 @@ the stream writer for the <code>presence</code> stream:</p>
|
||||||
<pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/presence/
|
<pre><code>^/_matrix/client/(api/v1|r0|v3|unstable)/presence/
|
||||||
</code></pre>
|
</code></pre>
|
||||||
<h4 id="background-tasks"><a class="header" href="#background-tasks">Background tasks</a></h4>
|
<h4 id="background-tasks"><a class="header" href="#background-tasks">Background tasks</a></h4>
|
||||||
<p>There is also <em>experimental</em> support for moving background tasks to a separate
|
<p>There is also support for moving background tasks to a separate
|
||||||
worker. Background tasks are run periodically or started via replication. Exactly
|
worker. Background tasks are run periodically or started via replication. Exactly
|
||||||
which tasks are configured to run depends on your Synapse configuration (e.g. if
|
which tasks are configured to run depends on your Synapse configuration (e.g. if
|
||||||
stats is enabled).</p>
|
stats is enabled).</p>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue