Exceptions - kombu.exceptions

exception kombu.exceptions.EnsureExhausted

ensure() limit exceeded.

exception kombu.exceptions.MessageStateError

The message has already been acknowledged.

exception kombu.exceptions.NotBoundError

Trying to call channel dependent method on unbound entity.

exception kombu.exceptions.PoolExhausted

All connections acquired.

exception kombu.exceptions.PoolLimitExceeded

Can’t add more connections to pool.

exception kombu.exceptions.TimeoutError

Operation timed out.

Previous topic

Carrot Compatible API - kombu.compat

Next topic

Transports - kombu.transport

This Page