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 dfcb27e commit 3adc19eCopy full SHA for 3adc19e
activejob/lib/active_job/enqueue_after_transaction_commit.rb
@@ -15,7 +15,7 @@ def raw_enqueue
15
true
16
when :never
17
ActiveJob.deprecator.warn(<<~MSG.squish)
18
- Setting #{self.class.name}.enqueue_after_transaction_commit = :never` is deprecated and will be removed in Rails 8.1.
+ Setting `#{self.class.name}.enqueue_after_transaction_commit = :never` is deprecated and will be removed in Rails 8.1.
19
Set to `false` to never enqueue the job after the transaction is committed.
20
MSG
21
false
0 commit comments