はじまりの大地

このコミットが含まれているのは:
2025-02-25 22:43:13 +09:00
コミット 5d64041c70
108個のファイルの変更20147行の追加0行の削除
+7
ファイルの表示
@@ -0,0 +1,7 @@
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