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

Allow storing cache filenames by files hash instead of branch hash #293

Open
viceice opened this issue Apr 18, 2024 · 0 comments
Open

Allow storing cache filenames by files hash instead of branch hash #293

viceice opened this issue Apr 18, 2024 · 0 comments

Comments

@viceice
Copy link
Member

viceice commented Apr 18, 2024

What feature do you want to see added?

I like to store the cache files by computed files hash, so i can have multiple caches per branch.
Currently you can only have one cache per branch, so when my npm dependencies are updated on main, the old cache get's lost and branches which are not up-to-date won't use the old cache.

I've explicit disabled cache creation on non-default branches.

I'm using S3 and expiration policies, so old files get deleted automatically

Upstream changes

No response

Are you interested in contributing this feature?

maybe

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