initial commit
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled

https://guides.rubyonrails.org/getting_started.html#creating-a-database-model
This commit is contained in:
Stefan Tollkühn
2025-09-10 15:48:40 +02:00
parent c66813a3cc
commit eb2033a6fd
95 changed files with 2575 additions and 0 deletions

View File

@@ -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