You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2026. It is now read-only.
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.
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-cassandrawait 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.