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

ListApps API does not scale #474

Closed
jessesuen opened this issue Jul 30, 2018 · 0 comments
Closed

ListApps API does not scale #474

jessesuen opened this issue Jul 30, 2018 · 0 comments
Assignees

Comments

@jessesuen
Copy link
Member

Try attaching the helm repo to a cluster:
https://github.com/helm/charts

Then, using the UI, try to select an app. This will not return in a timely manner, and it causes a ton of GetFile calls to the repo server.

We should rewrite the ListApps API to only return file paths and App types, and not attempt to extract application names or environments from the ksonnet app.yaml. This logic can be performed when selecting a single app.

@alexmt alexmt self-assigned this Aug 2, 2018
alexmt pushed a commit to alexmt/argo-cd that referenced this issue Aug 3, 2018
@alexmt alexmt closed this as completed Aug 3, 2018
alexec pushed a commit that referenced this issue Apr 24, 2019
alexec pushed a commit that referenced this issue Apr 24, 2019
Issue #474 - Load app details on the fly
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

2 participants