fix(job): image process => low queue
This commit is contained in:
parent
da5de8d97a
commit
0e5d77f15b
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue