Remove old abandoned bubble creations via cron

This commit is contained in:
Kevin McConnell
2025-02-10 14:45:19 +00:00
parent 4121f68f7d
commit bd4e475d44
4 changed files with 28 additions and 10 deletions
+4 -10
View File
@@ -1,10 +1,4 @@
# 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
production:
remove_abandoned_creations:
class: RemoveAbandonedCreationsJob
schedule: every hour