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

bootstrap: bootstrap: Add core definition #1880

Merged
merged 4 commits into from
Jul 18, 2023

Conversation

patrickelectric
Copy link
Member

@patrickelectric patrickelectric commented Jul 18, 2023

The is_running logic was broken. It was checking both frontend response and docker response, since version chooser was not online on the first seconds it was restarting it over and over again.

This PR breaks the logic of is_running to check only for docker containers, and a single function to check if core has version chooser running inside a timeout.

Fix #1876

Copy link
Member

@Williangalvani Williangalvani left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NICE!
(tested and works nicely)

@Williangalvani Williangalvani merged commit f7c381f into bluerobotics:master Jul 18, 2023
5 checks passed
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.

Bootstrap should deal with unresponsable core
2 participants