Option to delete a checkpoint after resumption
- Dominant language
- Go
- Stars
- 13k
- Forks
- 1.1k
- Avg merge
- 4h 6m
- Merged PRs (30d)
- 41
Description
In use-cases where a 'expire at' property cannot be determined when creating a checkpoint, we need abilities to manual trigger deletion. However, in certain cases the checkpointID maybe random or hard to keep track of, making manual deletion using checkpointID costly. An option to delete a checkpoint after resumption will help
Contributor guide
Research direction
Start by tracing the checkpoint creation, resumption, and deletion entry points in the Go codebase, since the issue names no files or tests. Determine how a checkpoint can be identified after resumption, then add an option for deletion at that point and verify that resumed checkpoints are removed without requiring the caller to retain the checkpoint ID.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 52/100