As you can see from the attached image, I've got a couple of workers that seem to be stuck. Those processes shouldn't take longer than a couple of seconds.
I'm not sure why they won't clear or how to manually remove them.
I'm on Heroku using Resque with Redis-to-Go and HireFire to automatically scale workers.
You probably have the resque gem installed, so you can open the console and get current workers
It returns a list of workers
pick the worker and
prune_dead_workers
, for example the first oneI just did:
Got the list of workers.
... where n is the zero based index of the unwanted worker.
None of these solutions worked for me, I would still see this in redis-web:
Finally, this worked for me to clear all the workers: