tech(active-storage.queues.purge): place les jobs de purge ds low_priority
This commit is contained in:
parent
613379371e
commit
ee839859fc
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ module TPS
|
|||
|
||||
# Set the queue name for the analysis jobs to 'active_storage_analysis'
|
||||
config.active_storage.queues.analysis = :active_storage_analysis
|
||||
config.active_storage.queues.purge = :low_priority
|
||||
|
||||
config.to_prepare do
|
||||
# Make main application helpers available in administrate
|
||||
|
|
Loading…
Reference in a new issue