You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by "zhurunhua (via GitHub)" <gi...@apache.org> on 2023/03/15 12:22:05 UTC

[GitHub] [rocketmq] zhurunhua opened a new issue, #6356: Does delay-message support the time delayed more than 7 days?

zhurunhua opened a new issue, #6356:
URL: https://github.com/apache/rocketmq/issues/6356

   When I read the source code, I found  the timing wheel limited total slot to 7 days ,if the message‘s delay time is more than 7 days , how to handle it
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] zhurunhua closed issue #6356: Does delay-message support the time delayed more than 7 days?

Posted by "zhurunhua (via GitHub)" <gi...@apache.org>.
zhurunhua closed issue #6356: Does delay-message support the time delayed more than 7 days?
URL: https://github.com/apache/rocketmq/issues/6356


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] zhurunhua commented on issue #6356: Does delay-message support the time delayed more than 7 days?

Posted by "zhurunhua (via GitHub)" <gi...@apache.org>.
zhurunhua commented on issue #6356:
URL: https://github.com/apache/rocketmq/issues/6356#issuecomment-1471416657

   thanks!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [rocketmq] xdkxlk commented on issue #6356: Does delay-message support the time delayed more than 7 days?

Posted by "xdkxlk (via GitHub)" <gi...@apache.org>.
xdkxlk commented on issue #6356:
URL: https://github.com/apache/rocketmq/issues/6356#issuecomment-1471410347

   Messages will be read from TimerMessageStore and put back into TimerMessageStore if the specified time has not been reached


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org