Skip to content

Commit 4862f08

Browse files
ipdaeclaude
andcommitted
feat(seasonpass): bump mainnet image to git-cc9e3f8 (deploy SeasonPass#306 /ping resilience)
Deploys NineChronicles.SeasonPass#306 to mainnet: /ping -> async + DB pool_timeout 60s->10s, so a transient DB-pool exhaustion no longer starves the sync liveness probe and causes spurious pod restarts (exit 137). seasonpass-api has been in a liveness restart loop (17 restarts / 3 days). Service-side, not network: during the deaths the shared postgres served the independent tx-tracker fine and TCP latency was 0-2ms; the API exhausts its own 30-conn pool in brief concurrency bursts (threadpool 40 > pool 30) and the sync /ping cannot be scheduled. Code diff vs deployed git-c5c0ed5f is only the 2 api files; c5c0ed5f is the same skip-empty-claim change as main HEAD 715a916, so workers/trackers get equivalent code + a clean restart. Images verified present for all 3 repos. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent a7f92bf commit 4862f08

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-c5c0ed5f4eb22b422a6c167339556eba512d8e66"
30+
tag: "git-cc9e3f81f28ea2a9b1b0284532222adf92cf7195"
3131

3232
api:
3333
enabled: true

0 commit comments

Comments
 (0)