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

Create cache interface to store frequently accessed I/O bound data #1912

Open
Tracked by #1906
kyujin-cho opened this issue Feb 15, 2024 · 1 comment
Open
Tracked by #1906
Labels
comp:manager Related to Manager component
Milestone

Comments

@kyujin-cho
Copy link
Member

kyujin-cho commented Feb 15, 2024

After #1911 is resolved, we need to think about implementing cache interface to store frequently accessed, I/O bound datas. API responses from Harbor API will fall into this case. Interface must be designed in a way to utilize heterogeneous cache backends, but for now let's just think of using only one cache backend, redis.

@kyujin-cho kyujin-cho added this to the 24.03 milestone Feb 15, 2024
@kyujin-cho kyujin-cho added the comp:manager Related to Manager component label Feb 15, 2024
@achimnol
Copy link
Member

Just an idea: Could we consider some build-artifact caching solutions (like what Pantsbuild uses...)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:manager Related to Manager component
Projects
None yet
Development

No branches or pull requests

2 participants