-
-
Notifications
You must be signed in to change notification settings - Fork 431
Open
Labels
type: enhancementNew feature or requestNew feature or request
Description
HLS cache limits have been a concern for some time. we are always close to our 10GB limit. This made me dig deeper into our cache eviction policies. Below is my documentation for it and blockers that needs more opinions.
some ways to improve cache utilization :
- Evict cache entries for PRs that are merged / closed ( attempted here )
- Evict old cache entries when new cache entries are created.
These are only some of the ideas, welcoming more ways ;
Blockers :
- PR Fix cache clearing job #4868 and PR Migrate stackage build on GHA #4865 introduced cache cleaning when a PR is closed / merged but currently Github workflows do not have access to write.
- To begin working on any of the cache eviction we first need to give write access to our workflows.
- will this / could this create any unwanted side effects later is a point to discuss.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request