ConSol-Monitoring / mod-gearman-worker-go

Mod-Gearman Worker rewrite in Golang
GNU General Public License v3.0
7 stars 10 forks source link

Add test for spawning a daemon process #24

Closed 2tefan closed 10 months ago

2tefan commented 11 months ago

This test spawns a daemon thread which is not handled by the timeout. It would be nice if the mod-gearman-worker could handle that.

If this process then returns, its parent (the mod-gearman-worker) does NOT execute the .wait syscall, which in return leaves a zombie process.

2tefan commented 10 months ago

Using tini for reaping zombies