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

generic_worker should support requests to /_matrix/client/v3/directory/room/{roomAlias} #13516

Closed
richvdh opened this issue Aug 12, 2022 · 0 comments · Fixed by #15333
Closed
Labels
A-Workers Problems related to running Synapse in Worker Mode (or replication) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.

Comments

@richvdh
Copy link
Member

richvdh commented Aug 12, 2022

Currently, /_matrix/client/v3/directory/room/{roomAlias} has to be routed to the main process, which is a bit silly because these can be relatively high volume, and handling them on the main process means they are handled more slowly than necessary.

I don't think there are any particular problems with handling this on a worker process.

@richvdh richvdh added the A-Workers Problems related to running Synapse in Worker Mode (or replication) label Aug 12, 2022
@H-Shay H-Shay added the T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements. label Aug 12, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
A-Workers Problems related to running Synapse in Worker Mode (or replication) T-Enhancement New features, changes in functionality, improvements in performance, or user-facing enhancements.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants