-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
/federation/v1/user/keys/claim times out sometimes #6699
Comments
Also seeing similar issues, is matrix.org just too slow to respond to key requests?
|
unfortunately, this is just matrix.org's master server being overloaded.
A workaround would be to bump up the timeout... ultimately though the solution is more work on synapse workers. |
Bumping the timeout wouldn't be great, as it means that encryption gets delayed even more (as per element-hq/element-web#11836 ) Though maybe we could start by trying with a short timeout, encrypting to the devices that we can, and then re-trying with a longer timeout for the devices that we couldn't get. |
It looks like synapse does up to two (2) db transactions for each requested device ( cf: #16554 |
/federation/v1/user/keys/claim
seems to randomly time out, which may be a cause of UISIs. Also possibly related to element-hq/element-web#11836e.g. I see some occurrences of things such as
in my logs
The text was updated successfully, but these errors were encountered: