Skip to content

Discussion on HLS cache management. #4870

@vidit-od

Description

@vidit-od

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.

Image

some ways to improve cache utilization :

  1. Evict cache entries for PRs that are merged / closed ( attempted here )
  2. Evict old cache entries when new cache entries are created.

These are only some of the ideas, welcoming more ways ;

Blockers :

Image
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions