File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
internal-packages/run-engine/src/engine/systems Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -374,6 +374,7 @@ export class DequeueSystem {
374374 projectId : snapshot . projectId ,
375375 organizationId : snapshot . organizationId ,
376376 checkpointId : snapshot . checkpointId ?? undefined ,
377+ batchId : snapshot . batchId ?? undefined ,
377378 completedWaitpoints : snapshot . completedWaitpoints ,
378379 workerId,
379380 runnerId,
Original file line number Diff line number Diff line change @@ -218,6 +218,8 @@ export class RunAttemptSystem {
218218 environmentType : latestSnapshot . environmentType ,
219219 projectId : latestSnapshot . projectId ,
220220 organizationId : latestSnapshot . organizationId ,
221+ batchId : latestSnapshot . batchId ?? undefined ,
222+ completedWaitpoints : latestSnapshot . completedWaitpoints ,
221223 workerId,
222224 runnerId,
223225 } ) ;
You can’t perform that action at this time.
0 commit comments