Skip to content

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.

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