Skip to content

Add system to flush old cached items when low on disk space #80

@rogerdahl

Description

@rogerdahl

We currently have a cronjob doing this, called gc.sh. gc.sh implements an all or nothing approach, where it deletes all cached objects when disk space drops below a threshold. For the new version, we want to keep as many cached items as possible, and only drop as many of the oldest items as necessary in order to drop below the threshold.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

Status

ToDo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions