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

Hello, Here is my code. I want to pass the task **myname** result pass to be the task **reverse** in the signature as an argument. `from app import app from...

Celery should reconnect to redis server after redis started up. It seems not compatible with redis 4.2.2. ### version celery 5.2.6 kombu 5.2.4 redis 4.2.2 ### trace ``` python Traceback...

In Kombu 3.x versions, the MongoDB transport allows accepting the Celery `transport_options` parameters(BROKER_TRANSPORT_OPTIONS) as connection parameters. In https://github.com/celery/kombu/pull/537 , removed support for parameter passing, maybe we should add it back.

- [x] I have read the relevant section in the [contribution guide](http://docs.celeryproject.org/en/latest/contributing.html#other-bugs) on reporting bugs. - [x] I have checked the [issues list](https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Bug+Report%22+-label%3A%22Category%3A+Documentation%22) for similar or identical bug reports. -...

Component: Redis Broker
regression

I am trying to build a docker compose with fastapi, celery and redis when I build up an error occurs with the Celery container, as follows: Traceback (most recent call...

Hello all We use Celery 3.0.21 with Redis backend (AWS ElastiCache) and recently I discovered huge memory usage by Redis node. After dumping Redis database and inspecting it I found...

Component: Redis Broker
Issue Type: Enhancement
Component: Pidbox

I've created a branch on top of `py310`, but then I merged master back on the branch I created... So I'll target master... 😞