Skip to content

Commit 0ecaaf7

Browse files
authored
chore(db): purge run 25603981395 (not enough successful pareto points) (#333)
1 parent 095e148 commit 0ecaaf7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/db/src/etl/run-overrides.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ export const PURGED_RUNS: ReadonlySet<number> = new Set([
4242
24954912912, // 2026-04-25 | Reason: incorrect usage of run sweep and sweep failed, fixed in subsequent PR
4343
24959542295, // 2026-04-25 | Reason: MTP without chat template leads to supernatural AR
4444
24960716250, // 2026-04-25 | Reason: incorrect usage of run sweep and sweep failed, fixed in subsequent PR
45+
25603981395, // 2026-05-09 | Reason: not enough successful points on pareto
4546
]);
4647

4748
export const PURGED_RUN_ATTEMPTS: ReadonlyMap<number, ReadonlySet<number>> = new Map([

0 commit comments

Comments
 (0)