.byebug_history in qpush-0.1.2 vs .byebug_history in qpush-0.1.4
- old
+ new
@@ -1,4 +1,78 @@
+c
+request.path_info
+c
+hash
+c
+@jobs.compact[@start, @count]
+@jobs.compact
+@jobs.compact!
+@count
+@start
+@jobs
+c
+@count
+@start
+@jobs
+c
+ Delay.call(@job, :delay)
+c
+Delay.call(@job)
+c
+@stats.each_key { |key| puts key }
+@stats.each_key { |key| @stats[key].to_i }
+@stats
+c
+@stats
+c
+quit
+Perform.call(@job)
+c
+Perform.call(@job)
+c
+@job
+invalid_job && return unless @job.valid?
+c
+job
+c
+@fails = @fails.compact[@start, @count]
+@fails
+@Fails
+@fails.compact!
+@fails.compact![@start..@count]
+@fails.compact![@start, @count]
+@fails.any?
+@count
+@start
+@fails
+c
+@fails
+c
+@fails
+c
+percent
+quit
+y
+q
+(100.00 - ((stats[:failed].to_f / stats[:performed].to_f) * 100.00)).round(2)
+100.00 - ((stats[:failed].to_f / stats[:performed].to_f) * 100.00)
+stats[:failed].to_f / stats[:performed].to_f
+stats[:failed].to_f
+stats[:failed].to_i / stats[:performed].to_i
+(stats[:failed] / stats[:performed])
+stats[:performed]
+stats[:failed]
+percent
+c
+conn.lrange("#{QPush.config.perform_namespace}:last_10", 0, 10)
+c
+json
+c
+conn.get("#{namespace}:#{s}")
+stats
+c
+nil.to_i
+stats
quit
Dir[Dir.pwd + "/lib/qpush/jobs/*.rb"]
Dir[Dir.pwd + "/lib/jobs/*.rb"]
Dir.pwd
File.dirname(__FILE__)