app.kluk.fr/app/jobs/application_job.rb
Christophe Robillard 2653930993 init
2025-08-05 16:29:05 +02:00

7 lines
269 B
Ruby

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