fix(store): cap game-writeback stream with MAXLEN trimming #58

Merged
Janis merged 1 commits from fix/NCS-88-game-writeback-unbounded into main 2026-06-03 07:44:13 +02:00
Member

Add approximate MAXLEN ~1000 to all xadd calls in
GameWritebackStreamListener. Without trimming, ACKed messages
accumulate in the stream indefinitely, wasting Redis memory.

Closes NCS-88
https://knockoutwhist.youtrack.cloud/issue/NCS-88

Add approximate MAXLEN ~1000 to all xadd calls in GameWritebackStreamListener. Without trimming, ACKed messages accumulate in the stream indefinitely, wasting Redis memory. Closes NCS-88 https://knockoutwhist.youtrack.cloud/issue/NCS-88
Janis added 1 commit 2026-06-03 07:44:04 +02:00
fix(store): cap game-writeback stream with MAXLEN trimming
Build & Test (NowChessSystems) TeamCity build finished
bc05c663b5
Add approximate MAXLEN ~1000 to all xadd calls in
GameWritebackStreamListener. Without trimming, ACKed messages
accumulate in the stream indefinitely, wasting Redis memory.

Closes NCS-88
https://knockoutwhist.youtrack.cloud/issue/NCS-88
Janis merged commit 32c388760b into main 2026-06-03 07:44:13 +02:00
Janis deleted branch fix/NCS-88-game-writeback-unbounded 2026-06-03 07:44:13 +02:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: NowChess/NowChessSystems#58