延时消息timerMaxDelaySec配置问题 #9601
-
版本:5.3.3 |
Beta Was this translation helpful? Give feedback.
Answered by
3424672656
Aug 8, 2025
Replies: 1 comment 3 replies
-
当投递到时间轮后,超过时间轮所支持的最大延时(timerRollWindowSlots * precisionMs)后会设置为时间轮支持的最大延时,到时间后消息会进行滚动重新投递保证消息不过期,可以看下TimerMessageStore#doEnqueue,#convert, |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
koala775
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
当投递到时间轮后,超过时间轮所支持的最大延时(timerRollWindowSlots * precisionMs)后会设置为时间轮支持的最大延时,到时间后消息会进行滚动重新投递保证消息不过期,可以看下TimerMessageStore#doEnqueue,#convert,