jesque-web
jesque-web copied to clipboard
Feature request: retry all failed jobs
There are many fail jobs when something wrong. After fix the problem, I cannot retry all jobs. The only approach currently is reset the queue, and enqueue all unfinish jobs again.
If the jesque-web has an retry botton, it will be more convenient. User can just click the botton, instead of reset the entire queue.
Any ideas?
@hrchu So, to clarify, you would like a button to re-queue all failed jobs?
@gresrun Yes.
Do people here think that it's in common use?
@gresrun, @hrchu : having a button will be good, But it will be even better if that can done from program.
Is there any way I can re-queue the failed jobs using just program?