Skip to content

Commit

Permalink
Add current orphaned data count
Browse files Browse the repository at this point in the history
  • Loading branch information
mvandenburgh committed Nov 6, 2023
1 parent bd1dee2 commit 5f1301a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/design/garbage-collection-uploads-asset-blobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,13 @@ We will introduce a new celery-beat task that runs daily. This task will
In both cases, we need to delete both the blob from S3 and the row from the DB in order to avoid getting into an inconsistent state.

Due to the trailing delete lifecycle rule, the actual uploaded data will remain recoverable for up to 30 days after this deletion, after which the lifecycle rule will clear it out of the bucket permanently.

## Data

The current amount of orphaned data in the system as of 11/6/2023 is as follows:

Orphaned `Uploads`: 740

Orphaned `AssetBlobs`: 5

Orphaned `Assets`: 175,545

0 comments on commit 5f1301a

Please sign in to comment.