-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add backoff to FederationPeer::request #5489
Comments
@maan2003 I tried to dig into this today but the link you put here isn't working - do you mind updating it? |
updated there is no backoff in reconnect triggered by multiple concurrent requests to federation peer. cc @dpc |
@maan2003 I did a test.
Hmm... I don't see how this could be happening. Multiple requests to So before I connect, can we confirm which version are we talking about here @maan2003 . These recent reconnection improvements are not part of 0.3.x and were unreleased yet. Also, worth mentioning that reconnection tracking is part of a |
Oh. I think I've found something. |
Actually, #5587 is an improvement, but given it has backoff logic on its own, it shouldn't lead to hammering peers. |
FYI. From my perspective everything looks good, after I've fixed the above issues. We had a call today where I showed more people what I looked at and why everything LGTM now. Until there is more concrete details with latest code, I consider this fixed. |
I am going to close this for now, will reopen if we hit this again. |
fedimint/fedimint-api-client/src/api.rs
Line 1424 in 22663ff
it is hammering the browser and crashed the app.
The text was updated successfully, but these errors were encountered: