Sha256: 11377f7de7d2f527785fde57e226f2f146cacc541773ca95bf31dffdf7b8da25
Contents?: true
Size: 349 Bytes
Versions: 29
Compression:
Stored size: 349 Bytes
Contents
# typed: false # frozen_string_literal: true module Hephaestus 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 end
Version data entries
29 entries across 29 versions & 1 rubygems