Most of the time when I reboot my Ubunutu server, I get "Waiting for Redis to shutdown…" over and over and it never stops until I force reboot. What could cause this?
I have http://godrb.com/ monitoring that resque stays running, so it could be related to that.
kill $(cat /var/run/redis.pid)
or something along those lines. If the pid file is incorrect, it will fail at killing redis.