Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add taskiq #2406

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add taskiq #2406

wants to merge 2 commits into from

Conversation

s3rius
Copy link

@s3rius s3rius commented Mar 27, 2023

What is this Python project?

This is an async task queue, similar to celery or dramatiq. But this library is capable of executing async funcions.

Also it has replaceable brokers for different queue implementations:

  • Redis pub\sub
  • RabbitMQ
  • Kafka
  • Nats
  • Memphis

and more to come.

Also, it supports integrations with async frameworks like:

  • FastAPI
  • AioHTTP
  • LiteStar
  • AioGram for building telegram bots

What's the difference between this Python project and similar ones?

I've created a comparison table in docs. Please take a look at this table.

Anyone who agrees with this pull request could submit an Approve review to it.

s3rius and others added 2 commits March 27, 2023 04:42
Signed-off-by: Pavel Kirilin <win10@list.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants