You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a recurring issue with Messenger: when failing, stamps like ErrorDetailsStamp are added and they get to big to be accepted by the transport. In the AMQP case, you get a "table too large for buffer" error, we also had this in the past with #34082
How to reproduce
dispatch a Messenger message through an AMQP (Rabbit) transport
make it fail with a big stack trace
Possible Solution
I'm currently unable to properly get more details on this issue, because the retry failure is hiding the full cause. In my use case, I'm getting a 400 from an API call, but I don't know how to intercept the stamps and reduce them as a workaround/troubleshooting for this.
Additional Context
No response
The text was updated successfully, but these errors were encountered:
I’ve never run into this issue myself, but it seems to be a general problem as discussed here: #44943. Some workarounds were also posted, which might help.
Symfony version(s) affected
7.1.9
Description
This is a recurring issue with Messenger: when failing, stamps like
ErrorDetailsStamp
are added and they get to big to be accepted by the transport. In the AMQP case, you get a "table too large for buffer" error, we also had this in the past with #34082How to reproduce
Possible Solution
I'm currently unable to properly get more details on this issue, because the retry failure is hiding the full cause. In my use case, I'm getting a 400 from an API call, but I don't know how to intercept the stamps and reduce them as a workaround/troubleshooting for this.
Additional Context
No response
The text was updated successfully, but these errors were encountered: