module Resque

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