queue UpdateExternalCacheJob as low priority

This commit is contained in:
Donovan Daniels 2024-10-24 02:55:12 -05:00
parent 5c4c49d3c8
commit 0c72858116
Signed by: Donovan_DMC
GPG Key ID: 907D29CBFD6157BA

View File

@ -1,6 +1,8 @@
# frozen_string_literal: true
class UpdateExternalCacheJob < ApplicationJob
queue_as :low_priority
def perform(image)
image.update_cache!
end