You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Last night I misread the preceding line and thought that it was continually trying things against the space. But the rooms are different in each message. So I think you're right that it is being handled. However, notice how the counter is decreasing for each attempt - that indicates to me that there's one rate limit being applied to all of these requests, but we don't back off new requests until we've received a rate limit response back. Instead once we get one rate limit response, that should cause all subsequent requests to be deferred until the ratelimit window has passed.
We don't seem to do this properly. Snippet from my local logs against my homeserver:
The text was updated successfully, but these errors were encountered: