Skip to content

Consumer runs into an error: The AMQP operation was interrupted: AMQP close-reason, initiated by Peer, code=406, text='PRECONDITION_FAILED - delivery acknowledgement on channel 2 timed out. Timeout value used: 3600000 ms #12864

Closed Answered by michaelklishin
EmanueleBaron asked this question in Other
Discussion options

You must be logged in to vote

@EmanueleBaron you are looking at a Delivery acknowledgement timeout. The number of messages to process is unlikely to be relevant, although a high load on a consumer can be a contributing factor when the timeout is overridden to a low value (say, a minute).

The default is 30 minutes so as @mkuratczyk has already explained, your application does not acknowledge deliveries for one reason or another. This is not a bug in RabbitMQ.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@michaelklishin
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by michaelklishin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #12864 on November 29, 2024 17:19.