Closed
Bug 1749615
Opened 4 years ago
Closed 2 years ago
look at cleansing download_missingsymbol and django_session tables
Categories
(Tecken :: General, task, P2)
Tecken
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
(Blocks 1 open bug)
Details
In bug #1749309, we fixed cleansing for upload_fileupload and upload_upload because those were growing unbounded and referred to files that were in the S3 bucket that were getting expired out.
We should also take a look at the growth and lifecycle of data in download_missingsymbol and django_session tables and (probably) add cleansing for them, too.
| Assignee | ||
Comment 1•3 years ago
|
||
It might be good to also add a button to the admin page.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•2 years ago
|
||
In bug #1651190, I added a cleanse_missingsymbol command which covers download_missingsymbol.
The django_session table is small (20k), so we can ignore it for now.
I'm going to close this out.
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•