Upgrade schemas to Rails 8.1 #54
2 changed files with 10 additions and 0 deletions
10
config/recurring.yml
Normal file
10
config/recurring.yml
Normal 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
|
Loading…
Reference in a new issue