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 :
- 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.
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 :
These are only some of the ideas, welcoming more ways ;
Blockers :