We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805edba commit 13230c5Copy full SHA for 13230c5
1 file changed
packages/db/src/etl/run-overrides.ts
@@ -50,6 +50,8 @@ export const PURGED_RUNS: ReadonlySet<number> = new Set([
50
29089300938, // 2026-07-10 | Reason: reverting due to rule to disallow any patching
51
29425167775, // 2026-07-15 | Reason: reverting per rule that recipes PRs must merge before the InferenceX PR; also used the wrong draft model
52
29427827757, // 2026-07-15 | Reason: sweep-reuse recovery of the run above (PR #2158) — reverted for the same reason
53
+ 29654139122, // 2026-07-18 | Reason: accidental ingest while testing
54
+ 29660737166, // 2026-07-18 | Reason: accidental ingest while testing
55
]);
56
57
export const PURGED_RUN_ATTEMPTS: ReadonlyMap<number, ReadonlySet<number>> = new Map([
0 commit comments