We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce436e commit 89ac144Copy full SHA for 89ac144
internal-packages/run-engine/src/engine/systems/waitpointSystem.ts
@@ -422,7 +422,8 @@ export class WaitpointSystem {
422
environmentType: snapshot.environmentType,
423
projectId: snapshot.projectId,
424
organizationId: snapshot.organizationId,
425
- batchId: batch?.id ?? snapshot.batchId ?? undefined,
+ // Do NOT carry over the batchId from the previous snapshot
426
+ batchId: batch?.id,
427
workerId,
428
runnerId,
429
});
0 commit comments