We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320e726 commit 564a8b2Copy full SHA for 564a8b2
lib/resque/worker.rb
@@ -314,12 +314,11 @@ def kill_child
314
log! "Sending KILL signal to child #{@child}"
315
Process.kill("KILL", @child)
316
else
317
- log! "Child #{@child} not found, restarting."
318
- shutdown
+ log! "Child #{@child} already quit."
319
end
320
321
rescue SystemCallError
322
- log! "Child #{@child} already quit."
+ log! "Child #{@child} already quit and reaped."
323
324
325
# are we paused?
0 commit comments