lee8710 opened a new issue, #7121: URL: https://github.com/apache/rocketmq/issues/7121
### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I have searched the [GitHub Issues](https://github.com/apache/rocketmq/issues) and [GitHub Discussions](https://github.com/apache/rocketmq/discussions) of this repository and believe that this is not a duplicate. - [X] I have confirmed that this bug belongs to the current repository, not other repositories of RocketMQ. ### Runtime platform environment centos 7.9 ### RocketMQ version 4.3.2 ### JDK Version open jdk 1.8.0_362 ### Describe the Bug i use rocketmq to implements a message push system; once the target url response 4XX 5XX , the consumer will throws a exception then rocketmq will do a retry,normally the retry interval should be 10s 30s 1m 2m 3m 4m 5m 6m 7m 8m 9m 10m 20m 30m 1h 2h..., but it's 20min event more now, btw our MQ run in a cluster environment ### Steps to Reproduce deploy a mq cluster in 2m-2s-asyn mode ### What Did You Expect to See? the retry strategy should be 10s 30s 1m 2m 3m 4m 5m 6m 7m 8m 9m 10m 20m 30m 1h 2h... ### What Did You See Instead? the retry strategy is more then 20min ### Additional Context _No response_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
