lib/resque/failure.rb in resque-mongo-1.4.0 vs lib/resque/failure.rb in resque-mongo-1.8.1

- old
+ new

@@ -57,7 +57,10 @@ # Clear all failure jobs def self.clear backend.clear end + def self.requeue(index) + backend.requeue(index) + end end end