I'm using
gem 'resque-retry', git: 'https://github.com/lantins/resque-retry.git', ref: '9314b34d543bc87668fd6107148fd1c8dd7d61a2'
gem 'resque-pool'
gem 'resque-multi-job-forks'
if I check for a job that's already been queued, but completed, it says that it's already enqueued.
halp!