Sha256: e4242b1366bf9e781ba760efb8f9f8cf8c936471462fccc4023b9eba45c9fa70
Contents?: true
Size: 285 Bytes
Versions: 56
Compression:
Stored size: 285 Bytes
Contents
# typed: strong 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
56 entries across 42 versions & 3 rubygems