Skip to content

Commit ffa2a73

Browse files
committed
always update poller snapshot id for accurate logs
1 parent 2622b0d commit ffa2a73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli-v3/src/entryPoints/managed/execution.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ export class RunExecution {
212212
// this.sendDebugLog(`processing snapshot change: ${snapshot.executionStatus}`, snapshotMetadata);
213213

214214
// Reset the snapshot poll interval so we don't do unnecessary work
215+
this.snapshotPoller?.updateSnapshotId(snapshot.friendlyId);
215216
this.snapshotPoller?.resetCurrentInterval();
216217

217218
switch (snapshot.executionStatus) {

0 commit comments

Comments
 (0)