Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

Replace 60 second sleep in lib/_reboot function with check to ensure instance is running #127

Open
4Ply opened this issue Jun 4, 2019 · 0 comments

Comments

@4Ply
Copy link

4Ply commented Jun 4, 2019

The instance may take less than, or in more severe cases, greater than 60 seconds to restart. The functions that depend on _reboot() to complete are expecting a working instance, and will fail if the instance is not yet fully functional.

This task is to replace the "sleep" in the _reboot() function with a check that will resolve the function once the instance is running, or fail after a set time.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

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

No branches or pull requests

2 participants