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

Implement healthcheck on docker mode #43

Open
josejulio opened this issue Sep 26, 2017 · 0 comments
Open

Implement healthcheck on docker mode #43

josejulio opened this issue Sep 26, 2017 · 0 comments

Comments

@josejulio
Copy link
Member

When starting the containers (cassandra, services, agent) at the same time, they sometimes fail to start.

I suspect the reason is that every service is trying to start at once and it my box lacks enough resources to properly start them up at once(more often when I have something else running).

I have to workaround this by starting services one by one. e.g. docker-compose up hawkular-cassandra wait till everything is running and then the next service (hawkular-services),wait till is ready and then hawkular-agent...

Maybe by implementing a healthcheck it would make it easier to start them automatically without issues.

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

No branches or pull requests

1 participant