mirror of
https://github.com/vinta/awesome-python.git
synced 2026-06-11 06:17:06 -05:00
[PR #3112] [MERGED] Add taskiq #18389
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/3112
Author: @ChrisJr404
Created: 5/5/2026
Status: ✅ Merged
Merged: 5/7/2026
Merged by: @JinyangWang27
Base:
master← Head:add-taskiq📝 Commits (1)
3d3b9ffAdd taskiq📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
Name: taskiq
Link: https://github.com/taskiq-python/taskiq
PyPI: https://pypi.org/project/taskiq/
Stars: ~2,100
Activity: commits within the last day; latest release
0.12.3.Category: Task Queues
Description
taskiq is a distributed task queue with native asyncio support and pluggable broker/result backends (Redis, NATS, AMQP, Kafka, in-memory). Where Celery and RQ are sync-first, taskiq is built around
async deftask functions and integrates cleanly with FastAPI/AnyIO/Trio applications, which makes it a distinct addition to the existing Task Queues entries (celery, dramatiq, huey, rq) rather than a duplicate.Quality criteria
Entry
Added in alphabetical order under
### Task Queues, immediately afterrq.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.