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 eea6ce3 commit eea2106Copy full SHA for eea2106
packages/cli-v3/src/entryPoints/managed/poller.ts
@@ -87,7 +87,7 @@ export class RunExecutionSnapshotPoller {
87
88
await this.handleSnapshotChange(response.data.execution);
89
},
90
- intervalMs: opts.snapshotPollIntervalSeconds * 1000,
+ intervalMs: this.snapshotPollIntervalMs,
91
leadingEdge: false,
92
onError: async (error) => {
93
this.logger.sendDebugLog({
0 commit comments