fix(store): cap game-writeback stream with MAXLEN trimming #58
Reference in New Issue
Block a user
Delete Branch "fix/NCS-88-game-writeback-unbounded"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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