Module: Resque
- Defined in:
- lib/enqueue_time.rb,
lib/enqueue_time.rb,
lib/resque-statsd.rb,
lib/resque/plugins/statsd.rb
Overview
Monkey-patch to record queue length since resque doesn’t have hooks that give access to the redis stored object, so we can add metadata Ideal solution: contribute to the resque project to add hooks for the push and perform action: github.com/defunkt/resque/issues/464
Defined Under Namespace
Modules: EnqueueTime, Plugins Classes: Job