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
I'm trying to implement a back-off / retry using the process described here
However the delay_queue_10_seconds consistently crashes on the second iteration with the following output. I'm using the rabbitmq:3-management docker image for my testing. Any idea what's going on and how to workaround?
Deleting the x-death header between prior to republishing resolves the issue. I'd rather not do this as it's valuable information. It's easy for me to produce a test case if you don't mind running a node application.
I'm trying to implement a back-off / retry using the process described here
However the delay_queue_10_seconds consistently crashes on the second iteration with the following output. I'm using the rabbitmq:3-management docker image for my testing. Any idea what's going on and how to workaround?
The text was updated successfully, but these errors were encountered: