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 c0fcd83 commit 1c7160aCopy full SHA for 1c7160a
1 file changed
packages/cli-v3/src/entryPoints/managed/execution.ts
@@ -953,5 +953,6 @@ export class RunExecution {
953
954
private stopServices() {
955
this.snapshotPoller?.stop();
956
+ this.taskRunProcess?.onTaskRunHeartbeat.detach();
957
}
958
0 commit comments