From: Tom Hughes Date: Mon, 15 Jul 2019 21:12:29 +0000 (+0100) Subject: Run any Active Storage jobs in the storage queue X-Git-Tag: live~2573 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/c5fc9f0e7e93088c599ae0d8540ee0117f277d6d?ds=sidebyside Run any Active Storage jobs in the storage queue --- diff --git a/config/initializers/active_storage.rb b/config/initializers/active_storage.rb index 3d2c91265..cf53f7918 100644 --- a/config/initializers/active_storage.rb +++ b/config/initializers/active_storage.rb @@ -1,3 +1,5 @@ +Rails.application.config.active_storage.queue = :storage + Rails.configuration.after_initialize do require "active_storage/service/s3_service" require_dependency "active_storage/variant"