summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorrealtyem <realtyem@gmail.com>2022-12-02 05:38:01 -0600
committerGitHub <noreply@github.com>2022-12-02 11:38:01 +0000
commit6acb6d772a77a4398c112d82118c5b79755a91cb (patch)
treef1fe9957043c3c894f79663f462f334383d6eccc /changelog.d
parentBump jsonschema from 4.17.0 to 4.17.3 (#14591) (diff)
downloadsynapse-6acb6d772a77a4398c112d82118c5b79755a91cb.tar.xz
Update worker docs to update preferred settings for pusher and federation_sender (#14493)
* Fix one typo on line 3700(and apparently do something to other lines, no idea)

* Update config_documentation.md with more information about how federation_senders and pushers settings can be handled.

Specifically, that the instance map style of config does not require the special other variables that enable and disable functionality and that a single worker CAN be added to the map not only just two or more.

* Extra line here for consistency and appearance.

* Add link to sygnal repo.

* Add deprecation notice to workers.md and point to the newer alternative method of defining this functionality.

* Changelog

* Correct version number of Synapse the deprecation is happening in.

* Update quiet deprecation with simple notice and suggestion.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/14493.doc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/14493.doc b/changelog.d/14493.doc
new file mode 100644
index 0000000000..e26c68ffc2
--- /dev/null
+++ b/changelog.d/14493.doc
@@ -0,0 +1 @@
+Update worker settings for `pusher` and `federation_sender` functionality.