# frozen_string_literal: true class E621StatusUpdateJob < ApplicationJob queue_as :low_priority def perform E621StatusUpdater.run end end