kombu icon indicating copy to clipboard operation
kombu copied to clipboard

Switch to the next host on connection error

Open arnaudmorin opened this issue 9 months ago • 0 comments

When having a connection error, like a PRECONDITION_FAILED because of missing replica of a stream queue in RabbitMQ, then we can safely cycle through the list of hosts given in the connection string instead of keep retrying on the same one.

arnaudmorin avatar Jul 08 '25 15:07 arnaudmorin