Sha256: a6994215433285409b7046ed76dc89d0937af1b9e8b0dcb36fa566a6f293254e
Contents?: true
Size: 439 Bytes
Versions: 8
Compression:
Stored size: 439 Bytes
Contents
Workhorse.setup do |config| # Set this to false in order to prevent jobs from being automatically # wrapped into a transaction. The built-in workhorse logic will still run # in transactions. # # config.perform_jobs_in_tx = true # Enable and configure this to specify an alternative callback for handling # transactions. # # config.tx_callback = proc do |&block| # ActiveRecord::Base.transaction&(&block) # end end
Version data entries
8 entries across 8 versions & 1 rubygems