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

Investigate gitlab.com caching in CI #2494

Open
peace-maker opened this issue Oct 24, 2024 · 0 comments
Open

Investigate gitlab.com caching in CI #2494

peace-maker opened this issue Oct 24, 2024 · 0 comments

Comments

@peace-maker
Copy link
Member

The proxy service in CI introduced in #2487 always shows cache misses for 404 responses of gitlab.com. I tried to have them cached too but adding the 404 http status code wasn't enough for gitlab.com apparently. Maybe some Cache control headers in the response we have to ignore?

proxy_cache_valid 200 404 12w;

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

No branches or pull requests

1 participant