Upgrade schemas to Rails 8.1 (#54)

Reviewed-on: #54
This commit is contained in:
Andrew Tomaka 2025-01-17 00:14:22 -05:00
parent 5b5d1f32b7
commit 55a07d49d2
5 changed files with 153 additions and 121 deletions

10
config/recurring.yml Normal file
View file

@ -0,0 +1,10 @@
# production:
# periodic_cleanup:
# class: CleanSoftDeletedRecordsJob
# queue: background
# args: [ 1000, { batch_size: 500 } ]
# schedule: every hour
# periodic_command:
# command: "SoftDeletedRecord.due.delete_all"
# priority: 2
# schedule: at 5am every day