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

**Docker image:** python:3.9.13-alpine3.16 **Dramatiq version:** 1.13 Using idle workers running in k8s pod connected to Redis broker. While testing locally everything seems to be working but when running in a...

# 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 summarize the problem? *...

Addresses https://github.com/Bogdanp/django_dramatiq/issues/24

Thank you for a great project! ## What OS are you using? Ubuntu 22.04.3 LTS (GNU/Linux 5.15.0-94-generic x86_64) ## What version of Dramatiq are you using? dramatiq 1.16.0 and Redis...

# Feature request **Is your feature request related to a problem?** When using [dramatiq](https://github.com/Bogdanp/dramatiq), there is no easy way to instrument it with logs, metrics and traces using OpenTelemetry. **Describe...

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

## What OS are you using? macOS 13.6.4 (or debian also issue occurs) ## What version of Dramatiq are you using? 1.16.0 ## What did you do? First off, thank...

Currently when we run `dramatiq --help`, the help information for --processes says: `the number of worker processes to run (default: %s)`, where %s varies for the number of CPUs in...

Following the steps of PR #587 we should remove all reference that indicates that Dramatiq supports python 3.7