Update broken link in workers.md (#12369)

This commit is contained in:
Shay 2022-04-04 17:40:31 -07:00 committed by GitHub
parent 9633eb2162
commit f608e6c8cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
changelog.d/12369.doc Normal file
View File

@ -0,0 +1 @@
Update the link to Redis pub/sub documentation in the workers documentation..

View File

@ -27,7 +27,7 @@ feeds streams of newly written data between processes so they can be kept in
sync with the database state. sync with the database state.
When configured to do so, Synapse uses a When configured to do so, Synapse uses a
[Redis pub/sub channel](https://redis.io/topics/pubsub) to send the replication [Redis pub/sub channel](https://redis.io/docs/manual/pubsub/) to send the replication
stream between all configured Synapse processes. Additionally, processes may stream between all configured Synapse processes. Additionally, processes may
make HTTP requests to each other, primarily for operations which need to wait make HTTP requests to each other, primarily for operations which need to wait
for a reply ─ such as sending an event. for a reply ─ such as sending an event.