Skip to content

Commit 0f23d91

Browse files
waleedlatif1claude
andcommitted
fix: name Chat-send among the PostgreSQL-pinned idempotency stores
The values comment listed billing and checkout but not Chat-send, which is pinned the same way. An operator weighing restart risk could have mistaken chat-send deduplication for a Redis marker. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015BwsJTEQRzWJaY4BRCkPZt
1 parent 375a74a commit 0f23d91

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

helm/sim/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,8 @@ redis:
602602
# keys, so a restart costs in-flight live updates, not committed data. It also
603603
# drops webhook idempotency markers, so a provider redelivery after a
604604
# restart can re-run an already-completed workflow — use a persistent managed
605-
# instance if that matters. Billing and checkout idempotency is on PostgreSQL.
605+
# instance if that matters. Billing, checkout, and Chat-send idempotency are
606+
# pinned to PostgreSQL and are unaffected.
606607
maxmemory: "512mb"
607608
maxmemoryPolicy: "noeviction"
608609

0 commit comments

Comments
 (0)