The resque web UI alway show the stale worker with old hostname
Created by: mongris
After I renamed the hostname and reboot, the resque web UI show 2 workers: one with new hostname, and another with old hostname.
I run ps -e -o pid,command | grep [r]esque
and get the only one row result with new hostname.
I think that the stale worker with old hostname should be rid off automatically. How can I remove it manually?
I ticketed to resque as the same question since I am not sure it's gitlab or resque's issue.