Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

my element has queued up 12 requests to GET /publicised_groups #14998

Closed
richvdh opened this issue Aug 18, 2020 · 4 comments
Closed

my element has queued up 12 requests to GET /publicised_groups #14998

richvdh opened this issue Aug 18, 2020 · 4 comments
Labels
A-Performance A-Spaces Spaces, groups, communities T-Defect

Comments

@richvdh
Copy link
Member

richvdh commented Aug 18, 2020

... which means that no other requests are going through. could it cancel them after a while rather than letting them stack up indefinitely?

@richvdh
Copy link
Member Author

richvdh commented Aug 18, 2020

It's rubbish that synapse blocks for so long, but the client shouldn't just stack them up infinitely.

this waterfall might illustrate the problem: note the overlap in requests:

image

@t3chguy
Copy link
Member

t3chguy commented Aug 18, 2020

Well presumably it should not do it in an interval but with a given period between requests

@turt2live
Copy link
Member

turt2live commented Aug 18, 2020

I can't find the issue now, but this also applies when the media repo is slow/overwhelmed: switching rooms can cause a ton of media requests to start up, blocking requests, therefore preventing sync, and starting a death spiral.

Edit: usually these are thumbnails or url previews -> #10555 #7292

@richvdh
Copy link
Member Author

richvdh commented Jun 12, 2023

Given that /publicised_groups is no longer a thing, presumably this is fixed.

@richvdh richvdh closed this as completed Jun 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Performance A-Spaces Spaces, groups, communities T-Defect
Projects
None yet
Development

No branches or pull requests

4 participants