Skip to content

Commit ce929fb

Browse files
committed
Remove TODO comments.
1 parent 3b0d997 commit ce929fb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

internal/pkg/agent/application/upgrade/rollback.go

-2
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,6 @@ func InvokeWatcher(log *logger.Logger, agentExecutable string) (*exec.Cmd, error
155155
agentPID := os.Getpid()
156156

157157
go func() {
158-
// TODO: This should probably be associated with a context?
159-
// TODO: What happens if the agent is sent SIGKILL?
160158
if err := cmd.Wait(); err != nil {
161159
log.Infow("Upgrade Watcher exited with error", "agent.upgrade.watcher.process.pid", "agent.process.pid", agentPID, upgradeWatcherPID, "error.message", err)
162160
}

0 commit comments

Comments
 (0)