Skip to content

remove unused archive index files from disk #2137

Open

Description

Currently we store the archive index files locally after the build, and we never delete them.

We could track last-accessed for these, and remove index files that are not used for some time (a week?).
Any request to a release that doesn't have a local index, will download it first.

We might be able to leverage some SQLite specifics, when the old cbor indexes are migrated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Labels

A-backendArea: Webserver backendC-technical-debtCategory: This makes the code harder to read and modify, but has no impact on end users

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions