Skip to content

Commit 07043e2

Browse files
ipdaeclaude
andcommitted
feat(seasonpass): bump mainnet image to git-ba5228c (cap anyio threadpool, fix QueuePool 500 alarms)
Deploys the threadpool cap from NineChronicles.SeasonPass#306. The DB pool (10+20=30) was smaller than the anyio threadpool (40) running sync handlers, so traffic bursts exhausted the pool -> HTTP 500 (QueuePool timeout) on all DB endpoints -> the Assertible block-status + invalid-claim monitors paged together (and /api/season-pass/current degraded). Capping the threadpool to 25 (<30) makes bursts queue instead of 500. Previous image git-cc9e3f8 (async /ping) stopped the pod restart loop but not the pool exhaustion; this completes the fix. postgres is healthy (instant connects, tx-tracker unaffected) -- API-side capacity mismatch only. Shared seasonpass.image.tag, so all components restart, but the code delta vs git-cc9e3f8 is only apps/api (main.py, config.py). Images verified present for api/tracker/worker. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 49c8903 commit 07043e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

9c-main/external-services/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ volumeReclaimPolicy: "Retain"
2727
seasonpass:
2828
enabled: true
2929
image:
30-
tag: "git-cc9e3f81f28ea2a9b1b0284532222adf92cf7195"
30+
tag: "git-ba5228ce9985327092b3d0ea874620d3cade5721"
3131

3232
api:
3333
enabled: true

0 commit comments

Comments
 (0)