Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to find failed jobs list in sidekiq?

I am using sidekiq in rails4.
How can I find failed jobs list and reprocesses them to perform in sidekiq?

like image 830
Debadatt Avatar asked May 12 '14 11:05

Debadatt


1 Answers

Try sidekiq-failures , I believe that is what you want.

https://github.com/mhfs/sidekiq-failures

like image 127
rainstop3 Avatar answered Sep 18 '22 06:09

rainstop3