Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Route more endpoints to workers. #1186

Merged
merged 2 commits into from
Feb 10, 2022
Merged

Route more endpoints to workers. #1186

merged 2 commits into from
Feb 10, 2022

Conversation

clokep
Copy link
Member

@clokep clokep commented Feb 9, 2022

To be consistent with our documentation, see matrix-org/synapse#11599.

EOCONFIG

# Some things can only be moved off master when using redis.
if ( $self->{redis_host} ne '' ) {
$haproxy_map .= <<'EOCONFIG';

^/_matrix/client/(api/v1|r0|unstable)/sendToDevice/ stream_writer
^/_matrix/client/(api/v1|r0|unstable)/rooms/.*/tag stream_writer
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was wrong, this endpoint doesn't exist.

@clokep clokep marked this pull request as ready for review February 9, 2022 20:58
@clokep clokep requested a review from a team as a code owner February 9, 2022 20:58
@clokep
Copy link
Member Author

clokep commented Feb 9, 2022

Note that we don't seem to have any workers + Redis in the CI for sytest, you'll want to look at the CI for matrix-org/synapse#11599 which includes that.

@clokep clokep merged commit 5b66050 into develop Feb 10, 2022
@clokep clokep deleted the clokep/worker-docs branch February 10, 2022 13:35
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants