discourse/app/jobs
Alan Guo Xiang Tan df16ab0758
FIX: S3Inventory to ignore files older than last backup restore date (#27166)
This commit updates `S3Inventory#files` to ignore S3 inventory files
which have a `last_modified` timestamp which are not at least 2 days
older than `BackupMetadata.last_restore_date` timestamp.

This check was previously only in `Jobs::EnsureS3UploadsExistence` but
`S3Inventory` can also be used via Rake tasks so this protection needs
to be in `S3Inventory` and not in the scheduled job.
2024-05-24 10:54:06 +08:00
..
concerns DEV: Apply syntax_tree formatting to app/* 2023-01-09 14:14:59 +00:00
onceoff DEV: Drop deprecated Badge#image column (#25536) 2024-02-02 14:09:55 +08:00
regular DEV: Database backed admin notices (#26192) 2024-05-23 09:29:08 +08:00
scheduled FIX: S3Inventory to ignore files older than last backup restore date (#27166) 2024-05-24 10:54:06 +08:00
base.rb DEV: Async category search for sidebar modal (#25686) 2024-02-20 11:24:30 -06:00