Skip to content

Commit 1c7160a

Browse files
committed
remove heartbeat handler during execution cleanup
1 parent c0fcd83 commit 1c7160a

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
@@ -953,5 +953,6 @@ export class RunExecution {
953953

954954
private stopServices() {
955955
this.snapshotPoller?.stop();
956+
this.taskRunProcess?.onTaskRunHeartbeat.detach();
956957
}
957958
}

0 commit comments

Comments
 (0)