Closed
Closed
Copy link
Description
Symfony version(s) affected
6.4.1
Description
When running bin/console --profile messenger:consume
the Performance tab is empty - there is no trace or timeline of executed methods.
How to reproduce
I have installed Symfony 6.4.1 with these commands:
composer create-project symfony/skeleton:"6.4.1" app
cd app
composer require messenger
composer require symfony/amazon-sqs-messenger
composer require symfony/stopwatch
composer require symfony/profiler-pack
Then in messenger.yaml I have uncommended async
transport and set it to point to local SQS.
Then I have run bin/console --profile messenger:consume
. After that I have stopped the process and can see the entry in Symfony Profiler web interface with my command, but Performance tab is empty even if I process some messages.
What I expected is some trace timeline with executed functions.
Possible Solution
No response
Additional Context
No response