dramatiq icon indicating copy to clipboard operation
dramatiq copied to clipboard

A fast and reliable background task processing library for Python 3.

Results 92 dramatiq issues
Sort by recently updated
recently updated
newest added

# Issues ## Checklist * [x] Does your title concisely summarize the problem? * [x] Did you include a minimal, reproducible example? * [x] What OS are you using? *...

This implements #389: provides a way for middleware to add keyword arguments that won't get serialized. The way I set this up, caller arguments override message injections, which override actor...

This PR is a draft and discussion. I’m still testing it, and wanted to gather feedback early. ### Background When using distributed RabbitMQ hosted by AmazonMQ’s service then connection losses...

I think it would be interesting to add queues with priority functionality. In the sense that you could add a message with a specific priority score, and consumers would always...

## What OS are you using? macOs 11.2 ## What version of Dramatiq are you using? 1.10.0 ## What did you do? I defined a `BaseActor` which has some options...

# Issues Dramatiq outputs warnings at: https://github.com/Bogdanp/dramatiq/blob/master/dramatiq/results/backends/__init__.py#L22 for both redis and memcached regardless of whether you actually use either of them. ## Checklist * [x] Does your title concisely summarize...

dramatiq 1.7.0 > lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 18.04.3 LTS Release: 18.04 Codename: bionic > dramatiq bwfut -Q home -p1 -t1 --pid-file /var/www/.../tmp/dsrv-home-bwfut.pid...

needs investigation

Since I saw some issues related to the result middleware and django_dramatiq lately, I think it might be sensible to be more strict and descriptive when using the result middleware...

Currently a WIP, this adds a Registry class to allow registering tasks independently of a Broker, and later register them with a given broker. This solves the chicken-and-egg problem where...

This issue is similar to #266 but it comes from a different exception and a different broker (Rabbitmq). ## What OS are you using? Windows 10 + Ubuntu (WSL 2)....