How can I delete specific jobs from Resque queue without clearing the whole queue?
In resque’s sources (Job class) there’s such method, guess it’s what you need # Removes a job from a queue. Expects a string queue name, a # string class name, and, optionally, args. # # Returns the number of jobs destroyed. # # If no args are provided, it will remove all jobs of … Read more