-
Normal Celery tasks support using `kombu` to register object types to serialize/deserialize automatically:
```python
from kombu.utils.json import register_type
from django.db.models import Model
…
-
Hey, I'm facing an issue with connecting to Redis Cluster (using SSL) using Celery '5.4.0'. I have this configuration:
```python
app = Celery(
'tasks',
broker=f'rediss://:{password}@{hos…
-
DFIR-IRIS documentation (https://docs.dfir-iris.org/operations/modules/natives/IrisWebHooks/#examples-without-rendering) gives example configuration of Discord webhook:
`{
"instance_url": "h…
-
After migrating to the Kombu broker, we received the following failure message:
```
{"event": "Queue 'default.DQ' can not be declared with given topology (Precondition failed: Queue.declare: (406)…
-
It seems that Control commands from workers with kombu =5.4.0rc.
For example ping is never received if using kombu 5.4.2 if sent from a worker in 5.3.7.
We are using redis backend with sentinels.
…
-
We've got and intermittent error from where a task is sent `create_export_task.delay()` :
```Python traceback
File "celery/app/trace.py", line 760, in __protected_call__
return self.run(*ar…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
I'm using the following code to create a celery app in my flask application
```python
…
-
Travis builds don't appear to have been working for a fair while, due to incompatibilities introduced by the removal of _uuid_generate_random (python 2.7.11, presumably the version Travis uses in its …
-
Currently, the `connection_from_config` method is very AMQP focused. Kombu has underlying support for AWS SQS, but our wrapper to generate connections is unable to take advantage of it because `hostn…
-
I have recently build solution using composure and getting error for Postgres database is not reachable
`2024-10-24 14:33:41,196 WARNING django-csp could not be found, not updating Content-Securit…