New Python Message Queues 2026

Taskiq is an asynchronous distributed task queue for python. This project takes inspiration from big projects such as Celery and Dramatiq. But taskiq can send and run both the sync and async functions, has integration with popular async frameworks.

Python Job Scheduling Libraries Message Queues

last commit 2 days ago rq/rq 10K +10

added 1 year ago

RQ is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a low barrier to entry.

Python Job Scheduling Libraries Message Queues