Need
Downloaded video files and their .id sidecar files are cached under /storage and are never removed. Disk usage grows without bound as more videos are processed; on a long-running deployment the disk eventually fills.
Requirement
Cache storage should be bounded — cached files should be evictable (e.g. once no longer needed, or by age/size) so disk usage stays under control over time.
Need
Downloaded video files and their
.idsidecar files are cached under/storageand are never removed. Disk usage grows without bound as more videos are processed; on a long-running deployment the disk eventually fills.Requirement
Cache storage should be bounded — cached files should be evictable (e.g. once no longer needed, or by age/size) so disk usage stays under control over time.