Interface: GcResult
Interface: GcResult
Section titled “Interface: GcResult”Defined in: server/src/gc-blobs.ts:34
Properties
Section titled “Properties”scanned
Section titled “scanned”
readonlyscanned:number
Defined in: server/src/gc-blobs.ts:35
deleted
Section titled “deleted”
readonlydeleted:number
Defined in: server/src/gc-blobs.ts:36
readonlykept:number
Defined in: server/src/gc-blobs.ts:37
errors
Section titled “errors”
readonlyerrors: readonly {hash:string;cause:unknown; }[]
Defined in: server/src/gc-blobs.ts:44
Per-hash failures that occurred during R2 delete or DB cleanup. The loop isolates each hash (W4) so a single transient R2 500 does not abort the entire GC pass; caller can log / alert on this list and re-run on the next cron tick.