always update poller snapshot id for accurate logs

This commit is contained in:
nicktrn
2025-05-01 15:50:49 +01:00
parent 2622b0dd5a
commit ffa2a733b8
@@ -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) {