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

fix(destroy,halt): remove tasks status polling #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

angristan
Copy link
Contributor

Since the tasks API endpoint does not exist anymore (kaorimatz/fog-scaleway#7), polling for the task will result in an error even if the actual task succeeded.

While tasks-related code should be removed from fog-scaleway, setting async to true for the server.terminate and server.poweroff methods will bypass this polling.

Closes #9. Fixes destroy with #11.

Since the tasks API endpoint does not exist anymore (kaorimatz/fog-scaleway#7),
polling for the task will result in an error even if the actual task succeeded.

While tasks-related code should be removed from fog-scaleway,
setting async to true for the server.terminate and server.poweroff methods
will bypass this polling.

Fixes kaorimatz#9.
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.

"vagrant halt" shuts down the machine, but returns an error
1 participant