Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 0c9e970

Browse files
committed
Clarify confusing wording.
1 parent 82d167b commit 0c9e970

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/workers.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,9 @@ stream_writers:
306306
#### Background tasks
307307

308308
There is also *experimental* support for moving background tasks to a separate
309-
worker. These are either run periodically or started via replication and which
310-
tasks are run depend on your Synapse configuration (e.g. if stats is enabled).
309+
worker. Background tasks are run periodically or started via replication. Exactly
310+
which tasks are configured to run depends on your Synapse configuration (e.g. if
311+
stats is enabled).
311312

312313
To enable this, the worker must have a `worker_name` and be listed in the
313314
`instance_map` config. For example, to move background tasks to a dedicated

0 commit comments

Comments
 (0)