You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have a configurable upper limit for how long to wait before giving up and destroying the VM. I've seen it wait for SSH for an hour and nothing happened.
Waiting for SSH could wait forever, if the cloud API never reports a failure when creating the VM, but SSH never is set up properly.
https://github.com/CloudBindle/youxia/blob/1.1.0-rc.8/youxia-deployer/src/main/java/io/cloudbindle/youxia/deployer/Deployer.java#L608
It would be nice to have a configurable upper limit for how long to wait before giving up and destroying the VM. I've seen it wait for SSH for an hour and nothing happened.