Sha256: 7b5d91dc97a8fd1393fa8d128e3974b05cf6020beae001e7bb339f6823423e42

Contents?: true

Size: 304 Bytes

Versions: 2

Compression:

Stored size: 304 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.5 test/dummy/app/jobs/application_job.rb
upgrow-0.0.4 test/dummy/app/jobs/application_job.rb