Sha256: dfd9c05d6631a1492b75541d79163746f77665b58108d7732bd05e64f9757b6d
Contents?: true
Size: 300 Bytes
Versions: 114
Compression:
Stored size: 300 Bytes
Contents
# frozen_string_literal: true 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
Version data entries
114 entries across 114 versions & 23 rubygems