class Resque::Worker

def child_already_exited?

def child_already_exited?
  Process.waitpid(@child, Process::WNOHANG)
end