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 {
374
374
projectId : snapshot . projectId ,
375
375
organizationId : snapshot . organizationId ,
376
376
checkpointId : snapshot . checkpointId ?? undefined ,
377
+ batchId : snapshot . batchId ?? undefined ,
377
378
completedWaitpoints : snapshot . completedWaitpoints ,
378
379
workerId,
379
380
runnerId,
Original file line number Diff line number Diff line change @@ -218,6 +218,8 @@ export class RunAttemptSystem {
218
218
environmentType : latestSnapshot . environmentType ,
219
219
projectId : latestSnapshot . projectId ,
220
220
organizationId : latestSnapshot . organizationId ,
221
+ batchId : latestSnapshot . batchId ?? undefined ,
222
+ completedWaitpoints : latestSnapshot . completedWaitpoints ,
221
223
workerId,
222
224
runnerId,
223
225
} ) ;
You can’t perform that action at this time.
0 commit comments