aiormq
aiormq copied to clipboard
How to know what happens when DeliveryError occurred?
message in sentry
DeliveryError: (None, <pamqp.specification.Basic.Nack object at 0x7fc9e8b4a540>)
@heckad as reference says:
A client publishing messages to a channel in confirm mode SHOULD be capable of accepting and somehow handling the Nack method.
So you should retry message publishing.