发布

  • [OPIK-4743] [BE] Add configurable MAXLEN trimming and trim limit to Redis stream producers (#5543)

    frostbyte_neo 发布于 2026-03-06 10:45:01 +00:00

    Fix Redis streams growing unboundedly causing OOM

    Add MAXLEN cap on XADD for online scoring and trace thread closing streams
    to prevent unbounded growth. Uses approximate trimming (MAXLEN ~) for
    efficiency. Default 10K entries for scoring streams, 100K for trace threads,
    configurable per-stream via env vars.

    下载附件