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

improve resource gc performances #487

Closed
lburgazzoli opened this issue Feb 22, 2019 · 1 comment
Closed

improve resource gc performances #487

lburgazzoli opened this issue Feb 22, 2019 · 1 comment
Assignees

Comments

@lburgazzoli
Copy link
Contributor

cleaning up old resources may take a little bit of time which increase the deployment time, we should optimize the algorithm we use to collect related resources.

@astefanutti
Copy link
Member

One option may be to change the delete operation options to either use a background or orphan propagation policy. If that does not lead to a significant latency improvement, we'll have to change the algorithm to avoid discovering the resource types and use a hard-coded list of supported types.

@astefanutti astefanutti self-assigned this Feb 25, 2019
lburgazzoli pushed a commit that referenced this issue Feb 25, 2019
valdar pushed a commit to jboss-fuse/camel-k that referenced this issue May 21, 2019
ipolyzos pushed a commit to ipolyzos/camel-k that referenced this issue Jul 31, 2019
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