Skip to content
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

VM status watch #138

Closed
fraborg opened this issue Apr 3, 2020 · 2 comments
Closed

VM status watch #138

fraborg opened this issue Apr 3, 2020 · 2 comments
Labels
help wanted Extra attention is needed kind/feature New feature or request sig/api

Comments

@fraborg
Copy link
Contributor

fraborg commented Apr 3, 2020

At the moment we watch the service which exposes the VM to know if it's in Ready state. This control loop sometimes gives some problems and in case of errors the goroutine continues to be executed forever.
To do: think about a different method to get the actual status of the VM.

@fraborg fraborg mentioned this issue Apr 3, 2020
5 tasks
@fraborg fraborg added kind/feature New feature or request sig/api help wanted Extra attention is needed labels Apr 3, 2020
@frisso
Copy link
Member

frisso commented Oct 7, 2020

@giorio94 Is this problem still open? Thanks!

@giorio94
Copy link
Member

giorio94 commented Oct 8, 2020

I think this could be closed for now.

The solution in #313 is not yet elegant but introduces a timeout to prevent the goroutine from being executed forever if the VM is deleted before being ready.

@giorio94 giorio94 closed this as completed Oct 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed kind/feature New feature or request sig/api
Projects
None yet
Development

No branches or pull requests

3 participants