class ParseQueue include Mongoid::Document store_in :bot_parse_queue key :track_id, Integer key :artist_id, Integer key :artist_name, String key :track_name, String key :bot_name, String key :status, Integer key :date, Array key :times_failed, Integer end