Remove duplicate Resque jobs that have already been queued for processing.
To run this against a Rails installtion in production use the following command: bundle exec rails runner -e production /path/to/script/remove_duplicates.rb. See rails runner for more information.