Bug #16162
closedResque::DirtyExit - Child process received unhandled signal (You may have encountered a bug in the Ruby interpreter or extension libraries)
Description
My background jobs are all failing with the following error Resque::DirtyExit Child process received unhandled signal. After I restart the server they work for some minutes and then start failing. If I run the single jobs from Resque-schedule, they work fine.
My background jobs are all failing with the following error Resque::DirtyExit Child process received unhandled signal. After I restart the server they work for some minutes and then start failing. If I run the single jobs from Resque-schedule, they work fine.
Below is a part of the output of the resque-pool.stderr.log:
I've tried reducing the number of jobs to only one that only logs to a file, but the error persists. I've also tried rebuilding the AWS server instance and the redis instance but the error is still there.
System details:
- Server instance: AWS linux version ( 4.14.88-72.76.amzn1.x86_64)
- Resque version: 1.27.4
- Redis: AWS elastic cache
- ruby: 2.3.8
- rails: 4.2
Files
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
- Status changed from Open to Feedback
Ruby 2.3.8 is no longer supported, can you please try with Ruby 2.5.6, 2.6.4, or the master branch?
Updated by nobu (Nobuyoshi Nakada) over 5 years ago
It happens inside “grpc” extension library.
Have you asked them?
Updated by jeremyevans0 (Jeremy Evans) over 5 years ago
- Status changed from Feedback to Closed