Thursday, June 04, 2026 2:15:01 AM
> application_job.rb
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
All opinions represented herein are my own
- © 2024 - 2026 itsthedevman
- build 4294fb2