-
Hi,
Actually dramatiq works only with python 3.6 and 3.7a. the linux distribution haven't got theses versions of python. Why don't you keep the capability to use use Python 3.4 and highter
-
I am not quite sure what is happening, but I am guessing this is due to something in the build/release process?
When I run the `dramatiq-gevent` binary, I get the following error:
> dramatiq-gev…
-
I noticed this when running dramatiq and django_dramatiq in docker while rabbitmq is still starting. Would it make sense to implement a retry with exponential backoff?
```
Traceback (most recent cal…
-
There are several places in the library where there the new f string formatting is used. This feature is not available in any version of Python below version 3.6. Does this project aim to only support…
FFX01 updated
6 years ago
-
Hi,
This is not a bug but a wish, I would use the decorator actor on a method or a classmethod have you a solution ?
exemple:
```
class foo:
@dramatiq.actor()
def count_worlds(url)…
-
Hi,
I don't found the authentication in your documentation,
How to protect it whatever the broker (rabbitmq, redis, ...)? What parameter ? where ?
-
Is it possible to use dramatiq to model task flows - run tasks that have dependencies between them? Compared to Celery which has [primitives](http://docs.celeryproject.org/en/latest/userguide/canvas.h…
-
I couldn't find in the doc if tasks were persisted or lost on the queue restart. If they are, what method is used ? What are the guaranties ?