otvorenesudy/otvorenesudy-api

View on GitHub
app/jobs/application_job.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class ApplicationJob < ActiveJob::Base # retry_on ActiveRecord::Deadlocked # Automatically retry jobs that encountered a deadlock
  # Most jobs are safe to ignore if the underlying records are no longer available
  # discard_on ActiveJob::DeserializationError
end