Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rogerdahl opened this issue Sep 9, 2024 · 0 comments
Open

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

rogerdahl opened this issue Sep 9, 2024 · 0 comments
Assignees
Labels
feature New feature medium priority Medium priority

Comments

@rogerdahl
Copy link
Collaborator

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.

@rogerdahl rogerdahl added feature New feature medium priority Medium priority EDI labels Sep 9, 2024
@rogerdahl rogerdahl self-assigned this Sep 9, 2024
@servilla servilla removed the EDI label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature medium priority Medium priority
Projects
Status: ToDo
Development

No branches or pull requests

2 participants