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] Messages retried on failure transport lose exception metadata #32311

Copy link
Copy link
Closed
@weaverryan

Description

@weaverryan
Issue body actions

Symfony version(s) affected: 4.3.*

How to reproduce

  • Try to handle a messenger message that fails... and allow it to fail until it goes to the failure transport
  • Once on the failure transport, use messenger:failed:retry to retry the message. But, make sure it fails again.
  • Try to view the specific information about the message - e.g. messenger:failed:show <id>. It will lose details about its exception. I think they are probably still there... but not being read correctly.

Message on failure transport before retrying:
before

Message on failure transport after retrying:
after

Possible Solution
We need to figure out if the exception information is being lost on redelivery (and if that's the case, make it not lost) or if it is present, but not being read correctly.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    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.