Sha256: 8293781f6050435a6a741c2d5d4ccf2928399a6c60be108f95bf6a8efe65c290
Contents?: true
Size: 286 Bytes
Versions: 5
Compression:
Stored size: 286 Bytes
Contents
# typed: ignore 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
5 entries across 5 versions & 1 rubygems