Sha256: 26d90b85e3b0718646ce0d93c3132a5ba73eda93ebe648df6a45b1fd0e8a3725

Contents?: true

Size: 315 Bytes

Versions: 67

Compression:

Stored size: 315 Bytes

Contents

# typed: false
# 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

67 entries across 67 versions & 1 rubygems

Version Path
hephaestus-0.2.3 templates/app/jobs/application_job.rb
hephaestus-0.2.2 templates/app/jobs/application_job.rb
hephaestus-0.1.3 templates/app/jobs/application_job.rb
hephaestus-0.1.2 templates/app/jobs/application_job.rb
hephaestus-0.1.1 templates/app/jobs/application_job.rb
hephaestus-0.0.2 templates/app/jobs/application_job.rb
hephaestus-0.0.1 templates/app/jobs/application_job.rb