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

Drop #115 #118

Closed

Conversation

domenicbozzuto
Copy link

This reverts commit 598e946.

I realized there's a potential for a VM to be stuck in deleting forever if:

  • Call to DeleteInstancesAsync starts
  • Instance gets flagged as deleting
  • Call to DeleteInstancesAsync fails/times out due to a network error
  • Cache gets refreshed
  • Instance keeps the deleting state indefinitely / until the CA is restarted.

I'm going to implement a separate change that does handles this case better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants