lib/keen/async/storage/redis_handler.rb in keen-0.1.10 vs lib/keen/async/storage/redis_handler.rb in keen-0.1.11
- old
+ new
@@ -77,9 +77,11 @@
# Put the skipped jobs back on the queue.
skipped_job_definitions.each do |job_definition|
redis.lpush key, job_definition
end
+ job_definitions
+
end
end
end
end