Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Does Synapse ever stop trying to send events to dead servers? #4979

Closed
aaronraimist opened this issue Apr 1, 2019 · 3 comments
Closed

Does Synapse ever stop trying to send events to dead servers? #4979

aaronraimist opened this issue Apr 1, 2019 · 3 comments

Comments

@aaronraimist
Copy link
Contributor

It doesn't seem like Synapse ever stops attempting to send messages to servers which are no longer online. Synapse should figure out that some servers are down and if they are continually down for multiple days then Synapse should stop attempting to send events to the server or back off exponentially. It seems like this could improve performance at least a bit and reduce the amount of logging for people on WARNING.

After #3765 it will be a bit easier to detect dead servers but for now Synapse needs to figure it out in its own.

@richvdh
Copy link
Member

richvdh commented Apr 2, 2019

it does (or at least, is meant to) back off exponentially.

@aaronraimist
Copy link
Contributor Author

I'm going to close this for now then. I haven't done a lot of studying to see if it does or doesn't. It just seems like it doesn't.

@aaronraimist
Copy link
Contributor Author

Replaced by #5113, with data!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants