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 a 5 second sleep with a poll in anaconda #196

Open
bsanders opened this issue Sep 12, 2017 · 2 comments
Open

Replace a 5 second sleep with a poll in anaconda #196

bsanders opened this issue Sep 12, 2017 · 2 comments

Comments

@bsanders
Copy link
Contributor

When running through the installer with a site.attrs and rolls.xml in packer, ludicrous does not start in time to respond to initial requests in anaconda. Putting a manual sleep solves the issue. This should be replaced with something that poll-retry-(gently?)fails in the same place. See commit 9b37901

Ludicrous has a 'running' endpoint that could work as the poll target.

@bsanders
Copy link
Contributor Author

@mikebobadilla can you double check this endpoint exists and works?

@mikebobadilla
Copy link
Contributor

exists and works

https://github.com/Teradata/stacki/blob/master/common/src/stack/ludicrous-speed/ludicrous-client.py#L194

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

No branches or pull requests

2 participants