daizl

Results 4 comments of daizl

For example, exec("sleep 3600000"), sleep means the process is stuck, then it will never stop. I currently find a solution, using exec's CommandContext method ``` func (et ExecTask) Execute(timeout time.Duration)...

If there is an unpredictable accident on a task that causes it to get stuck, I have already encountered this problem. I use go-execute to execute the java jmap command...