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 caching of blob redirect responses #776

Open
pditommaso opened this issue Dec 19, 2024 · 0 comments
Open

Improve caching of blob redirect responses #776

pditommaso opened this issue Dec 19, 2024 · 0 comments
Labels

Comments

@pditommaso
Copy link
Collaborator

When serving container requests Wave behave as a proxy in between the Docker client and the target container registry.

This means that to serve requests it's needed to connect the target registry, and therefore the quality of the service may be affected by the reliability of the target registry.

To improve the service throughput all redirect responses from the target registry can be cached by wave to avoid to avoid reaching the remote service once the response has been collected.

This goal can be achieved caching the result of handleRequest, when:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant