Re: after_worker_exit on murder

2017-04-04 Thread Simon Eskildsen
You're right, I misread the code—I thought the wait(2) would happen in the kill worker call, but the reap worker call takes care of that. Thanks for clearing that up Jeremy!

Re: after_worker_exit on murder

2017-04-04 Thread Jeremy Evans
On 04/04 10:08, Simon Eskildsen wrote: > Hi! > > With Jeremy Evans' work on `after_worker_exit`, I was hoping I could > replace our internal fork which has a `before_murder` hook to report > to monitoring systems when workers are forcibly killed. However, the > `after_worker_exit` is only called