Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/db/src/etl/run-overrides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const PURGED_RUNS: ReadonlySet<number> = new Set([
29427827757, // 2026-07-15 | Reason: sweep-reuse recovery of the run above (PR #2158) — reverted for the same reason
29654139122, // 2026-07-18 | Reason: accidental ingest while testing
29660737166, // 2026-07-18 | Reason: accidental ingest while testing
29912027293, // 2026-07-22 | Reason: accidental ingest while testing
]);

export const PURGED_RUN_ATTEMPTS: ReadonlyMap<number, ReadonlySet<number>> = new Map([
Expand Down
Loading