class EmailThresholdReminderJob < ApplicationJob - EmailThresholdReminderJob has no descriptive comment
queue_as :high_priority
def perform - EmailThresholdReminderJob#perform doesn't depend on instance state (maybe move it to another class?)
EmailReminder.threshold_email_reminder
end
end