-
Just a thought. The builtin dramatiq middleware do not have the `Middleware` suffix, so it's slightly inconsistent that the drango_dramatiq middleware *do* have the suffix. Maybe..
- `Admin` => `Ta…
-
I'm using dramatiq with Flask (and It's fantastic).
This package is mandatory to enqueue tasks (that use the Django's ORM) of a django project?
I want to know if I can define my tasks on a simpl…
-
I'm on a Ubuntu system, i did a restart on my dramatiq processes and now all my messages are going straight to the dead-letter queue. They don't get picked up by any of the processes at all. The same …
kiorq updated
6 years ago
-
# Issues
`./manage.py rundramatiq --processes 1 --threads 2 --no-reload`
Produces the following process tree:
## What OS are you using?
This is on Ubuntu 18.04 but it's reproducible on…
-
The error is being thrown on start.
Python runtime: 3.6.3
dramatiq version: 1.2.0
pika version: 0.12.0b4
Stacktrace:
```
[Thread-3] [dramatiq.worker.ConsumerThread(default)] [CRITICAL] Cons…
-
Hi,
I try to send uuid in the arguments and I don't want cast this value when I call my actor.
dramatiq should add some hook to add adapter for the json (uuid, datetime, date, ...) to let the d…
-
pika does not work with python 3.7.
```
File "/Users/macbook/virtualenvs/natrix_env/lib/python3.7/site-packages/pika/__init__.py", line 22, in
from pika.adapters import BaseConnection
Fil…
-
Hi, first I want to thank you for this great package. I just started using it and it seems to really work well for me so far.
In my flask based application (built upon your [flask example](https://…
-
When running multiple tasks you often want to know about the tasks state or show some kind of progress to an end user. I believe it would be beneficial for Dramatiq to include such functionality, just…
-
If I'm understanding this correctly, this would only require including configuration options for whether to use a dead-letter queue as well as the maximum number of retries for messages, and then crea…