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.

Worker docs has 2 different endpoint regex for same endpoint #12229

Closed
@olmari

Description

@olmari

At https://github.com/matrix-org/synapse/blob/develop/docs/workers.md (master is same in this regard at the moment) there exist 2 different regex endpoints for some endpoints. Mostly those that is also mentioned in stream writers has more regex matches than the otherwise same endpoint given earlier in generic worker list..

For example under generic worker listing:

# Device requests
^/_matrix/client/(r0|v3|unstable)/sendToDevice/

and then later in stream writer to_device listing:

^/_matrix/client/(api/v1|r0|v3|unstable)/sendToDevice/

Metadata

Metadata

Assignees

Labels

A-Docsthings relating to the documentationA-WorkersProblems related to running Synapse in Worker Mode (or replication)T-TaskRefactoring, removal, replacement, enabling or disabling functionality, other engineering tasks.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions