-
ScenarioI have pushed almost 20k job in the queue. As I was in tight schedule I didn't add any failed job handling mechanism. So now I have 7k failed job in the queue. Which I can confirm by looking at Redis What I want.I want to push those job back to the queue again What I have tried so farI saw few solution here and there which didn't fulfill my requirement I will be glad if anyone can help me. Or can give me a guidance on how can I achieve that |
Beta Was this translation helpful? Give feedback.
Answered by
manast
Sep 1, 2021
Replies: 1 comment 1 reply
-
You could just use the getters to retrieve all failed jobs and then call "retry" on them. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could just use the getters to retrieve all failed jobs and then call "retry" on them.