diff --git a/activejob/lib/active_job/arguments.rb b/activejob/lib/active_job/arguments.rb index fc1cc1228ce..c3021236f87 100644 --- a/activejob/lib/active_job/arguments.rb +++ b/activejob/lib/active_job/arguments.rb @@ -98,7 +98,7 @@ module ActiveJob Primitive serialization of BigDecimal job arguments is deprecated as it may serialize via .to_s using certain queue adapters. Enable config.active_job.use_big_decimal_serializer to use BigDecimalSerializer instead, which will be mandatory in Rails 7.2. - Note that if you application has multiple replicas, you should only enable this setting after successfully deploying your app to Rails 7.1 first. + Note that if your application has multiple replicas, you should only enable this setting after successfully deploying your app to Rails 7.1 first. This will ensure that during your deployment all replicas are capable of deserializing arguments serialized with BigDecimalSerializer. MSG return argument diff --git a/activejob/test/cases/argument_serialization_test.rb b/activejob/test/cases/argument_serialization_test.rb index b2e7073ef95..89d608f4f98 100644 --- a/activejob/test/cases/argument_serialization_test.rb +++ b/activejob/test/cases/argument_serialization_test.rb @@ -64,7 +64,7 @@ class ArgumentSerializationTest < ActiveSupport::TestCase Primitive serialization of BigDecimal job arguments is deprecated as it may serialize via .to_s using certain queue adapters. Enable config.active_job.use_big_decimal_serializer to use BigDecimalSerializer instead, which will be mandatory in Rails 7.2. - Note that if you application has multiple replicas, you should only enable this setting after successfully deploying your app to Rails 7.1 first. + Note that if your application has multiple replicas, you should only enable this setting after successfully deploying your app to Rails 7.1 first. This will ensure that during your deployment all replicas are capable of deserializing arguments serialized with BigDecimalSerializer. MSG assert_equal(