Skip to content

Commit 3ca58dc

Browse files
committed
run controller to handle queued executing
1 parent 208711f commit 3ca58dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cli-v3/src/entryPoints/managed-run-controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,6 +485,7 @@ class ManagedRunController {
485485
console.log("Run is finished, nothing to do");
486486
return;
487487
}
488+
case "QUEUED_EXECUTING":
488489
case "EXECUTING_WITH_WAITPOINTS": {
489490
console.log("Run is executing with waitpoints", { snapshot });
490491

@@ -629,7 +630,6 @@ class ManagedRunController {
629630
return;
630631
}
631632
case "RUN_CREATED":
632-
case "QUEUED_EXECUTING":
633633
case "QUEUED": {
634634
console.log("Status change not handled", { status: snapshot.executionStatus });
635635
return;

0 commit comments

Comments
 (0)