Skip to content

Commit e36d78e

Browse files
authored
fix: don't carry over the checkpoint ID when nack and requeuing (#2502)
1 parent 3188dc9 commit e36d78e

File tree

1 file changed

+0
-1
lines changed
  • internal-packages/run-engine/src/engine

1 file changed

+0
-1
lines changed

internal-packages/run-engine/src/engine/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1238,7 +1238,6 @@ export class RunEngine {
12381238
},
12391239
orgId: latestSnapshot.organizationId,
12401240
projectId: latestSnapshot.projectId,
1241-
checkpointId: latestSnapshot.checkpointId ?? undefined,
12421241
error: {
12431242
type: "INTERNAL_ERROR",
12441243
code: "TASK_RUN_DEQUEUED_MAX_RETRIES",

0 commit comments

Comments
 (0)