-
# Checklist
- [x] I have verified that the issue exists against the `main` branch of Celery.
- [ ] This has already been asked to the [discussions forum](https://github.com/celery/celery/discuss…
-
I am currently working on integrating PGMQ into Celery, both as a message broker and as a result backend. This integration aims to leverage PGMQ's efficient message handling and result storage to enha…
-
I'm encountering an error when trying to use Celery with Redis in my Python project. Despite having installed both Celery and Redis, I'm getting the following error:
```
class PrefixedStrictRe…
-
I write tests for async tasks. The goal is be to keep the test setup as simple as possible, so i use RPC and memory broker.
Timeout with RPC backend doesn't work:
test task:
```
@shared_task(bind=T…
jedie updated
2 years ago
-
## Introduction
This is a new architecture for the knowledge graph part of CourseMapper. It aims to resolve some issues related to the scalability and resilience of the current architecture. In the e…
-
# Checklist
- [x] I have checked the [issues list](https://github.com/celery/celery/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22Issue+Type%3A+Feature+Request%22+)
for similar or identical …
-
# Checklist
- [x] I have verified that the issue exists against the `main` branch of Celery.
- [x] This has already been asked to the [discussions forum](https://github.com/celery/celery/discuss…
-
### Summary
Support the ability to (re)send packets stored in Storage Integration out all enabled integrations.
### Current Situation
If we lose the ability to process uplink packets in real time b…
-
Problem occurs in Beta version, it was not present in stable.
I'm using https://github.com/jlachowski/dokku-rabbitmq-plugin
Content of ENV file in /home/dokku:
```
export BROKER_ADMIN_PORT=${BROKER_…
-
This proposal is about having a Kubernetes operator (see [here](https://kubernetes.io/docs/concepts/extend-kubernetes/operator/) and [here](https://coreos.com/operators/)). The scope of the operator w…