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

Handle Failures and Parallelization of calls to the Clusters #1777

Closed
luizbafilho opened this issue Mar 22, 2022 · 0 comments · Fixed by #1814
Closed

Handle Failures and Parallelization of calls to the Clusters #1777

luizbafilho opened this issue Mar 22, 2022 · 0 comments · Fixed by #1814
Assignees

Comments

@luizbafilho
Copy link
Contributor

Currently, we loop through all clients to all clusters when listing resources https://github.com/weaveworks/weave-gitops/blob/main/core/server/kustomization.go#L25

Given this is done serially it's not very efficient and should be done in parallel to optimize execution.

While doing the parallelization work we should also make sure a failure while calling a single cluster does not exit out the call and keep going until all clusters have been called.

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 a pull request may close this issue.

1 participant