Skip to content

Commit fa300d2

Browse files
committed
set correct run status on snapshot after dequeue
1 parent af14621 commit fa300d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@ export class DequeueSystem {
385385
{
386386
run: {
387387
id: runId,
388-
status: snapshot.runStatus,
388+
status: lockedTaskRun.status,
389389
attemptNumber: lockedTaskRun.attemptNumber,
390390
},
391391
snapshot: {

0 commit comments

Comments
 (0)