Upgrade files from solid queue

This commit is contained in:
Andrew Tomaka 2025-01-17 00:11:25 -05:00
parent 0a5796e2cc
commit d227aa86f5
Signed by: atomaka
GPG key ID: 61209BF70A5B18BE
2 changed files with 10 additions and 0 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