Update broken link in `workers.md` (#12369)
This commit is contained in:
parent
9633eb2162
commit
f608e6c8cf
|
@ -0,0 +1 @@
|
||||||
|
Update the link to Redis pub/sub documentation in the workers documentation..
|
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue