Sha256: d51e125007521b0f59765422cf3cf949b59b2054cdac6567a95b4a7aeaf1d722
Contents?: true
Size: 269 Bytes
Versions: 815
Compression:
Stored size: 269 Bytes
Contents
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
815 entries across 794 versions & 138 rubygems