Some of the delayed jobs errored due to a bug. I have fixed the bug and now I want to rerun the errored delayed jobs without losing them. Is there any way to rerun all the errored jobs?
Asked
Active
Viewed 350 times
0
-
Have a look at http://stackoverflow.com/questions/3312054/manually-retry-job-in-delayed-job – Ryenski Aug 25 '15 at 16:13
1 Answers
2
This question may help you. Check out steakchasers comment.
Looks like the ticket is a two step process.
- Query for the jobs that failed
- Then update the
run_at
toTime.now

Community
- 1
- 1

thedanotto
- 6,895
- 5
- 45
- 43