Installed some services

This commit is contained in:
2025-06-21 16:40:59 +03:00
parent 2bdb85fa0a
commit c2920708ab
16 changed files with 811 additions and 5 deletions
+10
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