The batch method silently dies when the number of events (that have no subscribers) reaches the length limit
127.0.0.1:6379> xinfo stream myriad.service.subscriptions.deriv.service.aggregation.perfectmoney/fetch_updates
1) "length"
2) (integer) 10405
3) "radix-tree-keys"
4) (integer) 109
5) "radix-tree-nodes"
6) (integer) 250
7) "last-generated-id"
8) "1668785969317-0"
9) "groups"
10) (integer) 1
11) "first-entry"
12) 1) "1668523313286-0"
2) 1) "data"
2) "{\"default\":3}"
13) "last-entry"
14) 1) "1668785969317-0"
2) 1) "data"
2) "{\"default\":0,\"c\":4}"
We need to monitor and detect when this behavior occurs, or provide a log that highlights that the key in Redis needs clean up.
The
batchmethod silently dies when the number of events (that have no subscribers) reaches thelengthlimitWe need to monitor and detect when this behavior occurs, or provide a log that highlights that the key in Redis needs clean up.