diff options
author | Matthew Hodgson <matthew@matrix.org> | 2021-01-18 00:27:27 +0000 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2021-01-18 00:27:27 +0000 |
commit | 883d4e6f2baee046a044ea3f023d31afa2a8b823 (patch) | |
tree | 84d7d59af86f4b7ad79618b7001eab6f9f5d924d /docs | |
parent | Fix test failure due to bad merge (diff) | |
download | synapse-883d4e6f2baee046a044ea3f023d31afa2a8b823.tar.xz |
link to the scalability blog post from workers.md
Diffstat (limited to 'docs')
-rw-r--r-- | docs/workers.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md index 7fb651bba4..cc5090f224 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -16,6 +16,9 @@ workers only work with PostgreSQL-based Synapse deployments. SQLite should only be used for demo purposes and any admin considering workers should already be running PostgreSQL. +See also https://matrix.org/blog/2020/11/03/how-we-fixed-synapses-scalability +for a higher level overview. + ## Main process/worker communication The processes communicate with each other via a Synapse-specific protocol called |