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

Add support for expiration to the context resolver. #198

Closed
Tracked by #184
tobz opened this issue Aug 19, 2024 · 1 comment
Closed
Tracked by #184

Add support for expiration to the context resolver. #198

tobz opened this issue Aug 19, 2024 · 1 comment
Assignees
Labels
area/core Core functionality, event model, etc. area/memory Memory bounds and memory management. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. type/bug Bug fixes.

Comments

@tobz
Copy link
Member

tobz commented Aug 19, 2024

Context

Currently, ContextResolver lacks support for expiring contexts. In many cases, as older, unused contexts stop getting used, we should be able to reclaim the memory they're consuming, This is obviously important in the general sense -- we shouldn't hold on to memory we don't need anymore -- but is doubly important as it also means we're not able to reclaim space in the string interner if those interned strings are kept around forever.

@tobz tobz added area/core Core functionality, event model, etc. area/memory Memory bounds and memory management. type/bug Bug fixes. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. labels Aug 19, 2024
@tobz tobz self-assigned this Sep 26, 2024
@tobz
Copy link
Member Author

tobz commented Oct 8, 2024

Closed by #252.

@tobz tobz closed this as completed Oct 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/core Core functionality, event model, etc. area/memory Memory bounds and memory management. effort/intermediate Involves changes that can be worked on by non-experts but might require guidance. type/bug Bug fixes.
Projects
None yet
Development

No branches or pull requests

1 participant