Skip to content
This repository was archived by the owner on May 16, 2020. It is now read-only.

bitbckt/resque-lifecycle

Repository files navigation

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
Build Status

About

Lifecycle management for Resque jobs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages