[Activejob] Enable enqueue_after_transaction_commit by default with ActiveRecord and validate invalid configurations by mugitti9 · Pull Request #55788 · rails/rails
Motivation / Background Until now, the default value of enqueue_after_transaction_commit has been false. This meant that jobs enqueued inside a transaction were dispatched to the queue immediately ...