Upgrade files from solid queue
This commit is contained in:
parent
0a5796e2cc
commit
d227aa86f5
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