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 proxy cache experiment #1137

Merged
merged 2 commits into from
Jan 4, 2024
Merged

add proxy cache experiment #1137

merged 2 commits into from
Jan 4, 2024

Conversation

jakecoffman
Copy link
Member

During the course of a Dependabot job, often the same HTTP calls are repeated. The Proxy has the capability to cache these responses to disk and return them rather than make the repeated request, which could save a lot of time.

This PR adds a check for an experiment so we can try turning caching on and off to see how well it works.

@jakecoffman jakecoffman requested a review from a team as a code owner January 3, 2024 14:33
@jakecoffman jakecoffman merged commit bb50f5e into main Jan 4, 2024
9 checks passed
@jakecoffman jakecoffman deleted the jakecoffman/cache-experiment branch January 4, 2024 16:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants