Files
activeadmin-quill_editor/spec/dummy/app/jobs/application_job.rb
Mattia Roccoberton 7a148c7cd1 Add specs configuration
2020-09-01 11:16:56 +02:00

8 строки
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