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
{{ message }}
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
May possibly have the same cause as #12890, where we saw a client endlessly retry POST /_matrix/client/v3/keys/query (which calls ReplicationUserDevicesResyncRestServlet) because it kept timing out. Each request went into a linearizer queue, behind previous requests, which guaranteed another timeout.
Sometimes our main process sees high CPU and DB usage due to thousands of requests to
ReplicationUserDevicesResyncRestServlet
:We should find out what is calling this, and stop it doing so.
The text was updated successfully, but these errors were encountered: