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 2622b0d commit ffa2a73Copy full SHA for ffa2a73
packages/cli-v3/src/entryPoints/managed/execution.ts
@@ -212,6 +212,7 @@ export class RunExecution {
212
// this.sendDebugLog(`processing snapshot change: ${snapshot.executionStatus}`, snapshotMetadata);
213
214
// Reset the snapshot poll interval so we don't do unnecessary work
215
+ this.snapshotPoller?.updateSnapshotId(snapshot.friendlyId);
216
this.snapshotPoller?.resetCurrentInterval();
217
218
switch (snapshot.executionStatus) {
0 commit comments