Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was 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

@richvdh

Description

@richvdh

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-WorkersProblems related to running Synapse in Worker Mode (or replication)T-EnhancementNew features, changes in functionality, improvements in performance, or user-facing enhancements.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions