diff --git a/packages/cli-v3/src/entryPoints/managed/execution.ts b/packages/cli-v3/src/entryPoints/managed/execution.ts index 4f3a5fb42..16b863685 100644 --- a/packages/cli-v3/src/entryPoints/managed/execution.ts +++ b/packages/cli-v3/src/entryPoints/managed/execution.ts @@ -212,6 +212,7 @@ export class RunExecution { // this.sendDebugLog(`processing snapshot change: ${snapshot.executionStatus}`, snapshotMetadata); // Reset the snapshot poll interval so we don't do unnecessary work + this.snapshotPoller?.updateSnapshotId(snapshot.friendlyId); this.snapshotPoller?.resetCurrentInterval(); switch (snapshot.executionStatus) {