kombu icon indicating copy to clipboard operation
kombu copied to clipboard

Messaging library for Python.

Results 197 kombu issues
Sort by recently updated
recently updated
newest added

If max_retries is passed to connection.autoretry() and the connection is not available then autoretry blocks until a connection is made regardless of the max_retries value. See attached. If you set...

I've been looking over how the 3.0 release stream of kombu handles its dependencies, and I can't tell what the purpose of [the metadata section of setup.cfg](https://github.com/celery/kombu/blob/21bc77208f115ee38c3e69561ce5b8f72e6aa9c1/setup.cfg#L25) is. It has...

Category: Packaging and Release Management
Issue Type: Task

Related to #1024 I add a new Pytest plugin (`pytest-timeout`) to stop the tests so It doesn't run forever in Travis/Appveyor

Category: Tests
Status: Needs Rebase
Component: Connection
PR Type: Enhancement

https://github.com/sqlalchemy/sqlalchemy/commit/5fb0138a3220161703e6ab1087319a669d14e7f4

Related to https://github.com/celery/kombu/issues/1511

Related to https://github.com/celery/kombu/issues/1511

Hi, I'm using pyamqp maybe this is also valid / interesting for other transport layers. Since version 4.6.8 kombu doesn't accept self signed certificates (at least for amqps connections), which...

Issue Type: Enhancement
Component: Documentation

Based on issue [#4693](https://github.com/celery/celery/issues/4693#issuecomment-390771991) on celery repo, librabbitmq is no longer the recommended package, but the code in kombu does not follow this recommendation. It's also been discussed in [PR...

We have encountered a problem in our system which is probably closely related to #1198 issue. The message that caused celery crash from the logs: ``ClientError('An error occurred (InvalidParameterValue) when...

Component: Amazon SQS Broker
Issue Type: Bug Report