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 on reaping—not when murdering.
How would you feel about executing this on the murder path? Alternatively, we could add an `after_murder` hook for this path.
