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 208711f commit 3ca58dcCopy full SHA for 3ca58dc
packages/cli-v3/src/entryPoints/managed-run-controller.ts
@@ -485,6 +485,7 @@ class ManagedRunController {
485
console.log("Run is finished, nothing to do");
486
return;
487
}
488
+ case "QUEUED_EXECUTING":
489
case "EXECUTING_WITH_WAITPOINTS": {
490
console.log("Run is executing with waitpoints", { snapshot });
491
@@ -629,7 +630,6 @@ class ManagedRunController {
629
630
631
632
case "RUN_CREATED":
- case "QUEUED_EXECUTING":
633
case "QUEUED": {
634
console.log("Status change not handled", { status: snapshot.executionStatus });
635
0 commit comments