Capistrano: Operation not permitted (Errno::EPERM)

Al ejecutar el deploy se tiene

/application.rb:383:in `kill': Operation not permitted (Errno::EPERM)
bundler: failed to load command: bin/delayed_job (bin/delayed_job)

Esto es debido a que se reinicio el servidor y quedaron algunos archivos pids residuales, basta con borrar estos archivos:

rm shared/tmp/pids/delayed_job.pid 

Y ejecutar de nuevo…