thuehlinger / daemons

Ruby daemons gem official repository
MIT License
648 stars 71 forks source link

Turns out delayed_job was executing a job causing a segmentation fault, which would kill the delayed_job daemon. #68

Closed saju62 closed 6 years ago

saju62 commented 6 years ago

I'm getting the following error when i run bin/delayed_job status - pid-file for killed process 3045 found (/path_to/tmp/pids/delayed_job.pid), deleting.

After certain research that I found this error was caused because of segmentation fault.

I found the solution from stackoverflow, it says that issue has been resolved. But still, I'm facing the same issue.

thuehlinger commented 6 years ago

Looks to me like a problem with delayed_job, please post this issue in the respective place.