Skip to content

Commit

Permalink
Add snapshot version to CheckpointInfo (#2776)
Browse files Browse the repository at this point in the history
add snapshot version
  • Loading branch information
azliu0 authored Jan 17, 2025
1 parent 8a1fa87 commit c99f9e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modal_proto/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,8 @@ message CheckpointInfo {
int64 size = 5;
bool checksum_is_file_index = 6;
string original_task_id = 7;
// snapshot version used to take the checkpoint
uint32 snapshot_version = 8;
}

message ClassCreateRequest {
Expand Down

0 comments on commit c99f9e3

Please sign in to comment.