Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Messenger consume command with profile option is missing Performance statistics #53637

Copy link
Copy link
Closed
@barell

Description

@barell
Issue body actions

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.