You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: