Skip to content

Commit

Permalink
Set the default queue name for the analysis job to the queue adapter …
Browse files Browse the repository at this point in the history
…default

Apply this Rails 6.1 framework default.
  • Loading branch information
smaboshe committed Aug 7, 2024
1 parent fe41c1d commit 7b128b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/new_framework_defaults_6_1.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
Rails.application.config.action_view.form_with_generates_remote_forms = false

# Set the default queue name for the analysis job to the queue adapter default.
# Rails.application.config.active_storage.queues.analysis = nil
Rails.application.config.active_storage.queues.analysis = nil

# Set the default queue name for the purge job to the queue adapter default.
# Rails.application.config.active_storage.queues.purge = nil
Expand Down

0 comments on commit 7b128b1

Please sign in to comment.