Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Messenger] Messages retried on failure transport lose exception metadata #32311

Closed
@weaverryan

Description

@weaverryan

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