-
feat: add configurable retention period for Redis usage queue
发布于
2026-05-02 12:43:16 +00:00 - Introduced
redis-usage-queue-retention-secondsconfig parameter with a default of 60 seconds and a max of 3600 seconds. - Updated logic in
redisqueueto honor configurable retention periods for enqueued usage data. - Modified config validation and initialization to support and enforce retention limits.
- Enhanced change tracking in
config_diffto detect updates to this parameter.
下载附件
- Introduced