]> git.openstreetmap.org Git - rails.git/blob - app/jobs/application_job.rb
Changed Ubuntu 18.04 to 20.04 and Ruby 2.5 to 2.7
[rails.git] / app / jobs / application_job.rb
1 class ApplicationJob < ActiveJob::Base
2   # Automatically retry jobs that encountered a deadlock
3   # retry_on ActiveRecord::Deadlocked
4
5   # Most jobs are safe to ignore if the underlying records are no longer available
6   # discard_on ActiveJob::DeserializationError
7 end