I just gem install resque-web and try to put some jobs to queue 'default', resque-web is good to show me how many jobs was processed in the queue, but I can't see any filed jobs even through I put a wrong class job to the queue on purpose.
This is my resque-web panel:
And the tab of stats
No failed jobs... but actually my redis server show me there are truly failed jobs.
It's very thankful if anyone can give me some advices.
I just gem install resque-web and try to put some jobs to queue 'default', resque-web is good to show me how many jobs was processed in the queue, but I can't see any filed jobs even through I put a wrong class job to the queue on purpose.
This is my resque-web panel:
And the tab of stats
No failed jobs... but actually my redis server show me there are truly failed jobs.
It's very thankful if anyone can give me some advices.
thanks