Files
yearly-plan/app/jobs/application_job.rb
0x8664b2 808ff56abc Genesis
2022-08-23 13:00:54 -07:00

8 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