Checkpoints : Option to Set Maximum Number of Saved Checkpoints #1223
James-Cherished
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Option to Limit and Automatically Delete Old Checkpoints
The checkpoint feature is fantastic.
But over time, they can take up a lot of disk space.
The issue is that deleting a checkpoint also removes the task, which isn’t ideal when you just want to manage disk usage.
I suggest adding a configurable option to limit the number of saved checkpoints. Once the limit is hit (e.g., 10 checkpoints), the oldest ones are automatically deleted, while keeping the latest ones.
Basically a "checkpoint janitor" that keeps things tidy.
Additionally, it would be useful to have further options like:
Delete checkpoints older than X days
Delete checkpoints older than X hours
This would give us more flexibility to manage space without losing important task history.
Right now, those checkpoints remind me of some people who show up uninvited and decide to stay forever.
We really need to teach them how to leave early—before they overstay their welcome and take over the entire party space.
Beta Was this translation helpful? Give feedback.
All reactions