1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00

Die, pidfile, die!

This commit is contained in:
Mike Perham 2012-03-28 18:51:57 -07:00
parent 8c304e28d1
commit e296201153

View file

@ -55,6 +55,7 @@ class Sidekiqctl
sleep 1
end
`kill -9 #{pid}`
FileUtils.rm_f pidfile
done 'Sidekiq shut down forcefully.'
end