To clear stale / stuck resque workers, run the following command within your Rails Console.
Resque.workers.each {|w| w.unregister_worker}
To clear stale / stuck resque workers, run the following command within your Rails Console.
Resque.workers.each {|w| w.unregister_worker}