resque-lifecycle
resque-lifecycle copied to clipboard
Lifecycle management for Resque jobs
resque-lifecycle
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.
Usage
require 'resque'
require 'resque-lifecycle'
module Resque
include Resque::Lifecycle
end
Authors
Brandon Mitchell & Michael Grosser
[email protected]
License: MIT
