Sha256: 2142e7be14b18a31ad04fcb32997477585c4fde9e76f7fff1d5fcb510e881f08
Contents?: true
Size: 303 Bytes
Versions: 2
Compression:
Stored size: 303 Bytes
Contents
# frozen_string_literal: true 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
upgrow-0.0.3 | test/dummy/app/jobs/application_job.rb |
upgrow-0.0.2 | test/dummy/app/jobs/application_job.rb |