ぼざクリ タグ広場 https://hub.nizika.monster
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

11 lines
292 B

  1. # production:
  2. # periodic_cleanup:
  3. # class: CleanSoftDeletedRecordsJob
  4. # queue: background
  5. # args: [ 1000, { batch_size: 500 } ]
  6. # schedule: every hour
  7. # periodic_command:
  8. # command: "SoftDeletedRecord.due.delete_all"
  9. # priority: 2
  10. # schedule: at 5am every day