-
## OS
CentOS Linux release 7.5.1804 (Core)
## Python version
3.7.3
## Dramatiq version
v1.11.0
## Gevent version:
gevent==21.1.2
greenlet==1.0.0
## Broker:
Redis server v=3.2.12
#…
-
We can have long-running queries that currently block a user from doing anything else. For example, searches on SDSS programs, without any other constraints can result in up to ~15 minutes queries. …
-
Hi,
I greatly prefer [Dramatiq](https://dramatiq.io) to Celery and use it whenever possible.
Just wanted to see if support for it is something you'd consider.
Thanks.
-
When `abort()` or `cancel()` is called, a key is pushed on to redis. That key seems to be named:
`redis namespace + dramatiq message_id` but the _namespace_ is not properly separated by a column ('…
-
# Issues
GitHub issues are for bugs. If you have questions, please ask them on the [mailing list](https://groups.io/g/dramatiq-users/topics).
## Checklist
* [x] Does your title concisely sum…
-
I am using using `django_dramatiq` in Docker.
Now I would like to export the prometheus metrics describe in https://dramatiq.io/advanced.html#prometheus-metrics
However, when I tried to watch the me…
-
Just a small request (doesn't everyone say that?). I love the ability to use my own middleware to customize the messages and add some custom logging. One thing I noticed is there's no type type hintin…
-
Hi, in my docker container `python3` has path `/usr/bin/python3` and `dramatiq` has `/usr/local/bin/dramatiq`. Of course, as `/usr/local/bin/` is presented in $PATH, so if I try to run `dramatiq` manu…
-
# Issues
GitHub issues are for bugs. If you have questions, please ask them on the [mailing list](https://groups.io/g/dramatiq-users/topics).
## Checklist
* [x] Does your title concisely sum…
-
# Issues[^discussion]
I’m trying to use the [StubBroker](https://dramatiq.io/reference.html#dramatiq.brokers.stub.StubBroker) in unit tests as described in [this section](https://dramatiq.io/guide.…