Sha256: bc3b73cf9c002a6dc34537cfdc522759560a35da52738732af56700e9e6918ab
Contents?: true
Size: 309 Bytes
Versions: 202
Compression:
Stored size: 309 Bytes
Contents
<% module_namespacing do -%> class ApplicationJob < ActiveJob::Base # Automatically retry jobs that encountered a deadlock # retry_on ActiveRecord::Deadlocked # Most jobs are safe to ignore if the underlying records are no longer available # discard_on ActiveJob::DeserializationError end <% end -%>
Version data entries
202 entries across 197 versions & 13 rubygems