Closed
Description
Symfony version(s) affected
6.4.0
Description
After removing avoiding logic - #51848 - messages started infinite re-sending to the failed queue. And without any delay, if you do not have retry strategy or handler throws UnrecoverableExceptionInterface. So this produce hundreds retries per second of one message.
How to reproduce
php bin/console messenger:consume failed
Possible Solution
Rollback #51848
Additional Context
No response