dramatiq==2.2.0
# Background Processing for Python 3.
$ pip install dramatiq
downloads/wk
0
license
version
2.2.0
python
>=3.10
What is dramatiq?
Dramatiq is a Python library for running tasks asynchronously in the background, separate from your main application code. It allows you to offload long-running or resource-intensive operations to worker processes, keeping your web requests or other foreground tasks responsive. Developers use it when they need reliable task queuing and distributed job processing without the complexity of heavier frameworks.
Author
Bogdan Popa