Reputation: 419
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?
Upvotes: 0
Views: 378
Reputation: 7307
This question may help you. Check out steakchasers comment.
Looks like the ticket is a two step process.
run_at
to Time.now
Upvotes: 2