Restart failed jobs of a specific worker in resque
问题 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? 回答1: I have found those articles about your question Resque: how to requeue failed jobs and Resque: automatically kill stuck workers and retry failed jobs 来源: https:/