Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# frozen_string_literal: true
# base.rb uses this style of require, so maintain usage of it here
module Jobs
class CriticalUserEmail < UserEmail
sidekiq_options queue: 'critical'
def quit_email_early?
false
end
def execute(args)
super(args)