Skip to content

Commit

Permalink
Allow false on aborted enqueue
Browse files Browse the repository at this point in the history
This fixes some deprecation warnings
  • Loading branch information
jcoyne committed Dec 14, 2019
1 parent 8b2c1ac commit a7289ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/new_framework_defaults_6_0.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# Rails.application.config.action_dispatch.return_only_media_type_on_content_type = false

# Return false instead of self when enqueuing is aborted from a callback.
# Rails.application.config.active_job.return_false_on_aborted_enqueue = true
Rails.application.config.active_job.return_false_on_aborted_enqueue = true

# Send Active Storage analysis and purge jobs to dedicated queues.
# Rails.application.config.active_storage.queues.analysis = :active_storage_analysis
Expand Down

0 comments on commit a7289ef

Please sign in to comment.