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

Speed up cluster boot #50

Open
slominskir opened this issue May 30, 2024 · 0 comments
Open

Speed up cluster boot #50

slominskir opened this issue May 30, 2024 · 0 comments

Comments

@slominskir
Copy link
Member

Bringing up the entire set of services (containers) quickly is important and it would be fastest to allow all containers to initialize in parallel. However, we currently use coarse healthchecks to wait before starting containers as this is simplest way to ensure services initialize without timeout. We could use a more sophisticated approach where all containers boot simultaneously but wait on dependencies in a more fine grain and flexible way.

Related: JeffersonLab/jaws-web#29

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