-
Based on https://github.com/wialon/gmqtt/issues/113 I suggest to have the ability to not acknowledge a message at all.
So it should be possible to "return None" in the on_message callback (without ra…
-
Like this, I just give a simple example, or there may be other more elegant ways to create multiple queues.
```py
from taskiq_aio_pika import AioPikaBroker
broker = AioPikaBroker(queue_name="q1")…
-
Hi,
I use celery in distributed system and I have problem with high memory usage. Probably it's not bug but I only do something wrong. It's look like application store data in some cache. Because, if…
p-eli updated
6 months ago
-
## Checklist
* [x] I have included the output of ``celery -A proj report`` in the issue.
(if you are not able to do this, then at least specify the Celery
version affected).
```
software…
-
Hello everyone.
In my Django application i used Dramatiq and i found out using LOGGING and Dramatiq in the same time make dramatiq fail to boot.
My configuration :
```
DRAMATIQ_BROKER = {
…
-
# 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…
-
# Bug
`key_name` doesn't work when `id`
### Current Behavior
```python
class Project(Model):
id: str = Field(unique=True, key_name="project_id")
```
TypeError: can't automatically g…
-
# Checklist
* [x] I have verified that the issue exists against the `master` branch of Celery.
* [ ] This has already been asked to the [discussion group](https://groups.google.com/forum/#!forum/ce…
-
NATS is lightweight microservice data bus. NATS Jetstream is message broker, which can be used as storage backend for Apalis.
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Enhancement description
LocalStack seems to have support for only ActiveMQ, but not RabbitMQ.
As a backend de…