We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
enqueue_after_transaction_commit
1 parent a7e3798 commit b0f6d77Copy full SHA for b0f6d77
railties/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults_7_2.rb.tt
@@ -28,8 +28,8 @@
28
# If `enqueue_after_transaction_commit` is set to `:default`, the queue adapter
29
# will define the behaviour.
30
#
31
-# Note: Active Job backends can disable this feature. This is generally used by
32
-# backends that use the same database than Active Record as a queue, hence they
+# Note: Active Job backends can disable this feature. This is generally done by
+# backends that use the same database as Active Record as a queue, hence they
33
# don't need this feature.
34
#++
35
# Rails.application.config.active_job.enqueue_after_transaction_commit = :default
0 commit comments