mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-05 23:46:52 +00:00
Then adapts calling code to retry when needed so it doesn't 500 to clients. Signed-off-by: Mathieu Velten <mathieuv@matrix.org> Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
1 line
154 B
Text
1 line
154 B
Text
Change `handle_new_client_event` signature so that a 429 does not reach clients on `PartialStateConflictError`, and internally retry when needed instead.
|