Very frequently php-Resque workers will be stuck on a job for days, and eventually all the workers gets stuck and the site stops working.The php-resque
library was installed using Composer.
Question: I want to do the pruning manually. How do I access this function pruneDeadWorkers()
? And if dead workers are found, how do I restart them?