Hi,
I am using Ruby on Rails - Redis - Resque for my batch email processing.
Is there any gem that will help me to retry and resume the failed job from where it failed rather that restarting the job.
What I mean is, during the batch processing, emails was sent out to 500 out of 1000 emails, then the some services goes down so the batch job fails. I want to restart the job from where it has stopped and send out 500 emails.
Can some one help in this regards.
Esakki.