No timeouts for server connections when SSH is not working #174
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Describe the current behavior
Variant of coop-cloud/organising#169. If you've lost SSH contact with a server in your
abra server ls
list, then connections never work and they never time out so the command-line just stalls forever.Steps to reproduce
Add a host to your server list you don't have SSH for.
Describe the expected behavior
The connection times out < 5 seconds with an appropriate error
Additional information
dev-bd1bf3b
Weirdly, I haven't been able to reproduce this and I see that
abra app ls -S
does bail out correctly withunknown
status for servers it cannot connect to. I tried adding a timeout to the client creation but it keeps spitting out "writer closed" errors because of it... unsure about that. Maybe some local network issue I had...closing for now...