cloudwego / cloudwego/eino

Option to delete a checkpoint after resumption

Open
#870 2 comments 0 reactions 0 assignees View on GitHub
C-feature-accepted D-checkpoint
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.