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

Garbage-collect unused kits #254

Closed
nicolaferraro opened this issue Dec 5, 2018 · 2 comments
Closed

Garbage-collect unused kits #254

nicolaferraro opened this issue Dec 5, 2018 · 2 comments
Labels
area/build-operator Related to the internal image build operator status/never-stale

Comments

@nicolaferraro
Copy link
Member

We tend to create multiple contexts and never delete them. We should activate a garbage collection mechanism to delete them when unused.

We should make sure not to incur in any race condition. We should avoid to recycle new contexts, and delete them only when they are end-of-life. We may pre-compute some contexts in the future to save time.

@github-actions
Copy link
Contributor

github-actions bot commented Apr 1, 2022

This issue has been automatically marked as stale due to 90 days of inactivity.
It will be closed if no further activity occurs within 15 days.
If you think that’s incorrect or the issue should never stale, please simply write any comment.
Thanks for your contributions!

@squakez
Copy link
Contributor

squakez commented Apr 18, 2024

Options discussed in #4552

@squakez squakez closed this as not planned Won't fix, can't repro, duplicate, stale Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/build-operator Related to the internal image build operator status/never-stale
Projects
None yet
Development

No branches or pull requests

3 participants