You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While it is essential to keep safe the uploaded video file and any version of it, we can safely delete generated artifacts that are not used anymore. This will decrease the disk usage.
Create a recurrent task that runs every day/week and will:
get all buckets (record and deposits)
get all ObjectVersions that are not latest and are not master file (basically frames and subformats)
remove the link to the file_id object
The task #1888 should do the rest to remove files from disk.
The text was updated successfully, but these errors were encountered:
While it is essential to keep safe the uploaded video file and any version of it, we can safely delete generated artifacts that are not used anymore. This will decrease the disk usage.
Create a recurrent task that runs every day/week and will:
latest
and are not master file (basically frames and subformats)file_id
objectThe task #1888 should do the rest to remove files from disk.
The text was updated successfully, but these errors were encountered: