pachadotdev / analogsea

Digital Ocean R client
https://pacha.dev/analogsea/
Apache License 2.0
154 stars 24 forks source link

droplet_freeze does not wait for power_off #68

Closed behrica closed 9 years ago

behrica commented 9 years ago

I got error from time to time, as the code does not wait for the power-off to finish before doing the snapshot

sckott commented 9 years ago

Hmm, @behrica are you sure that your errors were because there wasn't a wait between power_off and snapshot? As hadley said, that should occur each time.

behrica commented 9 years ago

I cannot reproduce it anymore. Let's close this issue for now.