-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PB-1091 Flag the inexistent files in the file size updater
For some assets the file on the bucket is missing. This makes the file_size_upgrade cronjob be stuck in a infinite loop, as it'll always try to update the next N assets. Therefore we flag these assets with a `file_size` of `None`, to avoid repeating the update and to be able to produce a list of missing files.
- Loading branch information
Showing
1 changed file
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters