#1 #2 #4 バックエンド資産作成

このコミットが含まれているのは:
2025-08-06 06:09:57 +09:00
コミット 634ac6e587
95個のファイルの変更2283行の追加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