Monitoring symfony messenger listening to the worker events
Symfony messenger is a great bundle which allows developers to easily send tasks execution to the background so that the user do not have to wait until they finish. Common tasks we can send to the background are sending an email, processing a payment...
rocketech.hashnode.dev8 min read