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 GitHub issues are for bugs. If you have questions, please ask them on the [discussion board](https://reddit.com/r/dramatiq). ## Checklist * [ ] Does your title concisely summarize the problem?...

# Issues I have created workers on two servers and according to the logs, the workers on both servers are restarting automatically at the same time, I don't understand why...

# Issues Sometime after running, without any discerning pattern to the period (anywhere between few hours and two weeks), prometheus endpoint on my dramatiq process stops responding. Looking at logs...

Under gevent dramatiq is opening a connection at each query (with message).

@Bogdanp There are a way or a best way to push or remove queues after dramatiq worker starts? I have an scenario in my ecosystem where I need to stop...

## What OS are you using? Docker/Debian running on both Mac/Arm64 and Linux/x86 ## What version of Dramatiq are you using? 1.12.3 ## What did you do? Tasks that raise...

## 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 ## ## What did you...

polar

Hey, Bogdan! This is not exactly a dramatiq issue in and of itself, but I think it's a common enough setup to warrant an issue and discussion here. When running...

needs investigation

# Issues The algorithm for the `completed_count` property of the class `dramatiq.composition.group` returns prematurely. ## Checklist * [x] Does your title concisely summarize the problem? * [x] Did you include...

# Issues I am using Dramatiq 1.1.12. I am posting background jobs to Dramatiq workers and reading the results back using the following pseudocode: ```python # Posting tasks message =...