Skip to content

Use TTLCache for _BACKENDS_CACHE#3389

Merged
r4victor merged 2 commits intomasterfrom
issue_3386_backends_cache_memory_usage
Dec 16, 2025
Merged

Use TTLCache for _BACKENDS_CACHE#3389
r4victor merged 2 commits intomasterfrom
issue_3386_backends_cache_memory_usage

Conversation

@r4victor
Copy link
Copy Markdown
Collaborator

Fixes #3386

This PR updates backends cache to use TTLCache instead of regular dict. This limits the number of backends and offers cache kept in memory.

@r4victor r4victor merged commit f14477c into master Dec 16, 2025
28 checks passed
@r4victor r4victor deleted the issue_3386_backends_cache_memory_usage branch December 16, 2025 12:23
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 this pull request may close these issues.

[Bug]: Server memory usage grows linearly with the number of active projects

1 participant