Skip to content

Interface: GcResult

Defined in: server/src/gc-blobs.ts:34

readonly scanned: number

Defined in: server/src/gc-blobs.ts:35


readonly deleted: number

Defined in: server/src/gc-blobs.ts:36


readonly kept: number

Defined in: server/src/gc-blobs.ts:37


readonly errors: 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.