Symfony 6 Message Queue Tutorial Part 9 - Message Failures and Retries

preview_player
Показать описание
ℹ This is a series on creating and handling asynchronous background tasks in Symfony using the Messenger component. In part 9 we'll examine what happens when things go wrong and customize the retries behavior.

💻Contributions to this project are welcomed and supported. Source code here:

👇Follow me on Social Media:

💕Show support:
Рекомендации по теме
Комментарии
Автор

It would be great, if you record a video about messenger exceptions, when and how better use them (RecoverableMessageHandlingException, Thanks !

derzskyi
Автор

By the way, how should I manage retries for exactly some exceptions? I mean, that I want to control the retries over unhadled exceptions .

derzskyi
Автор

Do we really need to retry the unhadled exceptions like in your example? Because if we're working within monolith and not via network, I guess retry for such exceptions are unnecessary

derzskyi