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.
1 parent 5ded839 commit ff299f1Copy full SHA for ff299f1
activejob/lib/active_job/exceptions.rb
@@ -8,8 +8,7 @@ module Exceptions
8
extend ActiveSupport::Concern
9
10
included do
11
- class_attribute :retry_jitter, instance_accessor: false, instance_predicate: false
12
- self.retry_jitter = 0.15
+ class_attribute :retry_jitter, instance_accessor: false, instance_predicate: false, default: 0.15
13
end
14
15
module ClassMethods
0 commit comments