Skip to content

Commit

Permalink
chore: remove misleading comment
Browse files Browse the repository at this point in the history
  • Loading branch information
qianlongzt committed Oct 3, 2024
1 parent d467e95 commit c184ec2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions reaper.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ func reapChildren(superCrondPid int) syscall.WaitStatus {
break
}

// when supercronic exit, may left some process
// expamle like "supercronic" -> B -> C
// B exit, C may exist
if superCrondPid == pid {
logrus.Debugf("supercronic exit, pid=%d, wstatus=%+v, err=%+v\n", pid, wstatus, err)
return wstatus
Expand Down

0 comments on commit c184ec2

Please sign in to comment.