Skip to content
Discussion options

You must be logged in to vote

Yeah, this lines up with a few known cache behaviors:

Caches do get evicted once the repo hits the 10GB total limit, oldest unused ones first, so if you've got a bunch of caches piling up from different branches/PRs, older node_modules caches can get bumped even if your specific key still shows up in the list UI (that list can lag behind actual eviction).
Caches also expire after 7 days of no access, so if a branch went quiet for a while and nobody's builds hit that key, it's gone even though nothing look wrong on your end.
On the "did save actually work" question, check the raw logs for the cache step specifically, if there's a warning like "Cache save failed" or "Skipping cache due to k…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by nextyze-lgtm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Code Search and Navigation Search, navigate, and understand code on GitHub Question Ask and answer questions about GitHub features and usage source:ui Discussions created via Community GitHub templates Other Features and Feedback Discussions that fall into "Other" category
2 participants