Remove failed jobs from resque
04 Oct 2016 Tags: | rails resque
Lets know how to remove failed or errors from SampleJob (a custom job)
without affecting other Jobs.
Here is the script,
With the help of this code we can very eassily remove failed custom resque job.
Thanks for reading!