fix(stats): fall back after full sync failure (#41411)

This commit is contained in:
opencode-agent[bot]
2026-08-09 10:58:58 -05:00
committed by GitHub
parent 69841e81c1
commit 6512f788e7
2 changed files with 14 additions and 4 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ import { Effect, Layer } from "effect"
import * as Context from "effect/Context"
import { Resource } from "sst/resource"
const ATHENA_MAX_POLL_ATTEMPTS = 300
const ATHENA_MAX_POLL_ATTEMPTS = 900
const ATHENA_PAGE_SIZE = 1000
export type AthenaData = Record<string, string>