-
I noticed that Kombu has a similar pattern while initializing its Consul backend as Celery, as per the description and draft fix in celery/celery#5605. That is, it initializes the Consul client connec…
-
When using Python 2.7.13, I'm getting the following:
```
body: (1016b)
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/kombu/message.py", line 62, in _reraise_…
-
The issue is specifically in Mailbox._publish in pidbox.py. There, a Producer instance is created and Producer.publish is called. However, the serializer is not set for this call, thus reverting to th…
-
5.2.4, as of now, throws an Attribute error when I try to run my (django) app:
```
File ".../project/root_package/__init__.py", line 5, in
from .celery import app as celery_app
File "..…
-
Hello!
I'm using kombu 1.2.1 and amqplib1.0 and python 2.6.1 and rabbitmq 2.5.1.
After a restart of rabbitmq (single node setup) the first call to producer.publish silently returns without transmitti…
-
### As ...
Patti - Platform Admin
### I want ...
A Job type which allows for execution on a worker node that does not have access to the DB (i.e. no ORM)
### So that ...
I can simplify …
-
Hello team !
We use kombu in one of our project and discovered that it use pyrabbit as dependency, a package not upgraded since 9 year.
Is it planned to remove this dependency or to fork it ?
-
-
The python Redis Cluster lib Grokzen/redis-py-cluster is considered production ready, therefore suitable for integrating Redis Cluster into Kombu (in the future redis-py-cluster will be integrated in …
-
Celery status is inconsistent and fluctuates between `UP` and `DOWN` states which generates unnecessary [Sentry errors](https://sentry.io/organizations/mit-office-of-digital-learning/issues/1054995190…