fix(job): image process => low queue

This commit is contained in:
Colin Darie 2024-10-10 11:59:39 +02:00
parent da5de8d97a
commit 0e5d77f15b
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4

View file

@ -1,6 +1,8 @@
# frozen_string_literal: true
class ImageProcessorJob < ApplicationJob
queue_as :low # thumbnails and watermarks. Execution depends of virus scanner which is more urgent
class FileNotScannedYetError < StandardError
end