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

Currently, the repo uses isort, flake8, flake8-bugbear and flake8-quotes. All of these tools can be replaced by ruff, which not only has even more tools included but also executes linting...

# Feature request **Is it possible to add single point of editing logs format or is there any?** Any time I run dramatiq from cli it has preset formatting in...

# 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 * [ ] Does your title concisely summarize the problem?...

## What OS are you using? Running on python docker: `python:3.8-slim` ## What version of Dramatiq are you using? v1.15.0 ## What did you do? I have dramatiq setup to...

## What version of Dramatiq are you using? 1.14.2 ## Description Right now we can provide per-actor settings for the retry policy using a predicate in the actor decorator's argument...

## What OS are you using? Ubuntu 22.04 ## What version of Dramatiq are you using? 1.15.0 ## What did you do? I've created a new broker instance and tried...

# Issues I wanted to handle the warning message when having your watchdog.gevent package "ImportWarning: gevent observers require the 'threading' module to be monkeypatched by gevent." So I added the...

# Issues Working on an app while using Cement framework, I need the option to lazy bind the actors after the broker setup is done. ## What OS are you...

# Issues Running the simple `example.py` with `dramatiq --watch . example` will show the following warning on file changes: ``` /home/.pyenv/versions/3.12.1/lib/python3.12/multiprocessing/resource_tracker.py:254: UserWarning: resource_tracker: There appear to be 51 leaked semaphore...

bug
beginner friendly