GitHub user Hybdream95 closed a discussion: 发送延迟消息时,不能发送超过三天的延迟消息
timer message illegal, the delay time should not be bigger than the max delay 259200000ms; or if set del msg, the delay time should be bigger than the current time 我取消了延迟等级后,发送延迟消息,发现超过三天的延迟消息创建不成功,原因是延迟时间不应大于最大延迟259200000ms,但是使用延迟等级就不会报这个问题。那么我应该怎么去解决这个问题? broker的配置信息:  brokerClusterName = DefaultCluster brokerName = broker-a brokerId = 0 deleteWhen = 04 fileReservedTime = 2160 brokerRole = ASYNC_MASTER flushDiskType = ASYNC_FLUSH proxy的配置信息:  { "rocketMQClusterName": "DefaultCluster", "grpcServerPort":"8082", "namesrvAddr":"192.168.1.141:9876", "maxDelayTimeMills":"4,320,000,000", "useDelayLevel":false } GitHub link: https://github.com/apache/rocketmq/discussions/6831 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
