config: flip config.active_storage.queues
ActiveStorage jobs are now moved to their own queue. For consistency, we also move our own analysis jobs (VirusScannerJob) on the same `:active_storage_analysis` queue.
This commit is contained in:
parent
c6cdd08373
commit
54a4db1c47
2 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
class VirusScannerJob < ApplicationJob
|
||||
queue_as :active_storage_analysis
|
||||
|
||||
discard_on ActiveRecord::RecordNotFound
|
||||
|
||||
def perform(blob)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue