I am using god to monitor my delayed jobs. currently I suffer from exceeded memory consumption from time to time, I've set god to restart jobs exceeding 100MB. my question is: is there a way to get information from the current running job before god restarts it? this is crucial in order to know what process exactly causes the exceeded memory consumption
Thanks, Ran