dramatiq
Task processor
A fast and reliable way to process tasks in the background.
A fast and reliable background task processing library for Python 3.
4k stars
59 watching
312 forks
Language: Python
last commit: 8 days ago
Linked from 2 awesome lists
distributed-lockpythonrabbitredistasktask-managertask-runnertask-scheduler
Related projects:
Repository | Description | Stars |
---|---|---|
bogdanp/django_dramatiq | An integration layer for Django to work with Dramatiq's task queue system. | 349 |
microsoft/playwright-python | A Python library to automate multiple web browsers with a single API. | 11,872 |
wakatime/wakaq | A minimal background task queue system with Redis and Celery integration | 574 |
taskforcesh/bullmq | A message queue and batch processing solution for NodeJS and Python applications using Redis | 6,186 |
hibiken/asynq | A distributed task queue that supports asynchronous processing and high availability | 9,946 |
celery/celery | A distributed task queue system that allows tasks to be dynamically allocated and executed across multiple worker processes | 24,882 |
ml-tooling/opyrator | Automates conversion of machine learning code into production-ready microservices with web API and GUI. | 3,102 |
gregavrbancic/fastapi-celery | An example project demonstrating integration of FastAPI with Celery and RabbitMQ for task queue management | 527 |
pydoit/doit | An automation tool that enables efficient task management and execution of complex workflows | 1,871 |
squeaky-pl/japronto | A high-performance HTTP toolkit with pipelining support for scaling and speed optimization | 8,612 |
pricingassistant/mrq | A Python task queue built on top of Redis and gevent to manage distributed worker tasks with simple code and visibility into job performance. | 877 |
keon/algorithms | A collection of Python implementations of various algorithms and data structures. | 24,076 |
fastapi/fastapi | A modern Python framework for building high-performance RESTful APIs with automatic interactive documentation and robust standards-based features. | 77,670 |
microsoft/playwright | A framework for automating web browsers across multiple platforms and versions with a single API. | 66,974 |
pmorissette/bt | A flexible Python framework for building and testing algorithmic trading strategies | 2,287 |