Closed
Bug 1195271
Opened 9 years ago
Closed 9 years ago
_remove_stale_files() (used by mkt_gc cron) does not work with a remote storage
Categories
(Marketplace Graveyard :: Code Quality, defect, P1)
Tracking
(Not tracked)
RESOLVED
FIXED
2015-08-25
People
(Reporter: mat, Assigned: mat)
References
Details
(Whiteboard: [qa-])
mkt_gc is a cron that is ran daily to clean up filesystem and db. It uses _remove_stale_files() to clean up the files, but that won't work with a remove storage such as S3.
Assignee | ||
Updated•9 years ago
|
Updated•9 years ago
|
Assignee: nobody → mpillard
Priority: -- → P1
Assignee | ||
Updated•9 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2015-08-25
Comment 2•9 years ago
|
||
Please add STR here or mark it with [qa-] if no QA is needed.
Assignee | ||
Comment 3•9 years ago
|
||
Re-opening because I found a bug while writing STR.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 4•9 years ago
|
||
Additional fix in https://github.com/mozilla/zamboni/commit/c69f672093e870c6ac27c3697b582fd441665f39
Will verify myself on -dev since it's an internal task.
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•