Reputation: 11
Is there a way to kill/remove a job that are already on the reserve? Say I have 5 jobs that I pushed on the queue and the queue is currently processing the 2nd Job, but I want to cancel the processing of the 2nd job. Not all the jobs should be killed/removed just the 2nd one if my request would be to remove that. I'm using beanstalkd for this queuing by the way.
Upvotes: 0
Views: 489
Reputation: 60068
You could use a Beanstalkd console.
This one is pretty good: https://github.com/ptrofimov/beanstalk_console
Upvotes: 0