I have about 5 queues running in my application. I am not interested in restarting all the failed jobs. I just want to restart the failed jobs that belong to one worker.
I am using Resque with rails. I see an option to "Retry failed Jobs" in /resque page.
But, How do I restart the failed jobs that belong to one worker?