-
Notifications
You must be signed in to change notification settings - Fork 889
Web terminal does not re-connect when agent is restarted (spot VM) #5292
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
Comments
I also ran into this with a template that creates workspaces as Kubernetes deployments, and then I deleted the pod. It re-created and the agent connected, but the web terminal never connected. I was able to connect over SSH okay. Agent logs |
I'm also noticing this when I run |
coadler
added a commit
that referenced
this issue
Jan 26, 2023
If an agent went away and reconnected, the wsconncache connection would be polluted for about 10m because there would be two peers with the same IP. The old peer always had priority, which caused the dashboard to try and always dial the old peer until it was removed. Fixes: #5292
coadler
added a commit
that referenced
this issue
Jan 26, 2023
If an agent went away and reconnected, the wsconncache connection would be polluted for about 10m because there would be two peers with the same IP. The old peer always had priority, which caused the dashboard to try and always dial the old peer until it was removed. Fixes: #5292
bpmct
pushed a commit
that referenced
this issue
Jan 26, 2023
If an agent went away and reconnected, the wsconncache connection would be polluted for about 10m because there would be two peers with the same IP. The old peer always had priority, which caused the dashboard to try and always dial the old peer until it was removed. Fixes: #5292
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary from @kylecarbs:
The text was updated successfully, but these errors were encountered: