Resque::Lifecycle extends Resque's default enqueueing process to add a simple timestamp to the payload of each enqueued job. This allows easy measurement of queue throughput by inspecting the creation time of the head element on the queue.
require 'resque'
require 'resque-lifecycle'
module Resque
include Resque::Lifecycle
endBrandon Mitchell & Michael Grosser
[email protected]
License: MIT
