E5C7 GitHub - bitbckt/resque-lifecycle: Lifecycle management for Resque jobs · GitHub
[go: up one dir, main page]

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

bitbckt/resque-lifecycle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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
michael@grosser.it
License: MIT
Build Status

About

Lifecycle management for Resque jobs

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

0