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
I just found this issue matrix-org/synapse#6286. Maybe this is already a possible solution. If so, I think its useful to mention it somewhere in the docs.
Maybe it would be possible to implement a batching middleware that ensures only a certain number of requests are sent per time period and requests rejected with 429 are automatically dispatched again at least once after the retry_after_ms has elapsed?
I tried to send a Server Notice to all the users (~40) of my homeserver, but for more than half of them I get a
429 Too Many Requests
as response:Maybe it is possible to not send the requests in parallel and handle the responses to delay the following requests if one gets
429
error.The text was updated successfully, but these errors were encountered: