Skip to content

Commit a05a9fe

Browse files
committed
Fix and test for resuming batch after checkpoint
1 parent 2e575a7 commit a05a9fe

File tree

2 files changed

+404
-1
lines changed

2 files changed

+404
-1
lines changed

internal-packages/run-engine/src/engine/systems/checkpointSystem.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ export class CheckpointSystem {
283283
environmentType: snapshot.environmentType,
284284
projectId: snapshot.projectId,
285285
organizationId: snapshot.organizationId,
286+
batchId: snapshot.batchId ?? undefined,
286287
completedWaitpoints: snapshot.completedWaitpoints,
287288
workerId,
288289
runnerId,

0 commit comments

Comments
 (0)