concursedency

This commit is contained in:
24c02 2026-01-22 16:03:57 -05:00
parent 98ea7e3c9d
commit d52e934c2b

View file

@ -1,4 +1,6 @@
class ApplicationJob < ActiveJob::Base class ApplicationJob < ActiveJob::Base
include GoodJob::ActiveJobExtensions::Concurrency
# Automatically retry jobs that encountered a deadlock # Automatically retry jobs that encountered a deadlock
# retry_on ActiveRecord::Deadlocked # retry_on ActiveRecord::Deadlocked