Added a struct for representing unchecked items in database. It greatly simplifies the cleanup job.
It is used in the next two diffs
Depends on D9349
Differential D9350 Authored by bartek on Oct 4 2023, 3:02 AM.
Details Summary Added a struct for representing unchecked items in database. It greatly simplifies the cleanup job. Depends on D9349 Test Plan Code compiles, implementation is tested in the next two diffs.
Diff Detail
Event Timelinebartek held this revision as a draft. Herald added a reviewer: • jon. · View Herald TranscriptOct 4 2023, 3:02 AM2023-10-04 03:02:33 (UTC-7) bartek added a child revision: D9351: [blob] Implement cleanup helper functions.Oct 4 2023, 3:04 AM2023-10-04 03:04:33 (UTC-7) Harbormaster completed remote builds in B22958: Diff 31622.Oct 4 2023, 3:19 AM2023-10-04 03:19:20 (UTC-7) Harbormaster completed remote builds in B23084: Diff 31786.Oct 9 2023, 5:52 AM2023-10-09 05:52:01 (UTC-7) michal added inline comments.
This revision is now accepted and ready to land.Oct 10 2023, 6:09 AM2023-10-10 06:09:44 (UTC-7)
Harbormaster completed remote builds in B23171: Diff 31915.Oct 11 2023, 3:05 AM2023-10-11 03:05:54 (UTC-7) Closed by commit rCOMMbec5074be99e: [blob] Add struct for representing unchecked blobs (authored by bartek). · Explain WhyOct 16 2023, 1:40 AM2023-10-16 01:40:12 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 32017 services/blob/src/service.rs
|
Do we really want to make this change in production? Should we consider gating it on isStaffRelease?