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

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

Open
NitriKx opened this issue Aug 18, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@NitriKx
Copy link
Member

NitriKx commented Aug 18, 2019

Original poster: https://github.com/4Ply

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.

@NitriKx NitriKx added the bug Something isn't working label Aug 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant