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

Added taskiq project #105

Merged
merged 1 commit into from Jan 8, 2023
Merged

Added taskiq project #105

merged 1 commit into from Jan 8, 2023

Conversation

s3rius
Copy link
Contributor

@s3rius s3rius commented Dec 22, 2022

Added taskiq

What is this project?

Task manager with full async support, It's core concept is similar to celery, but it's capable of executing async functions and it can send tasks asynchronously.

Documentation: https://taskiq-python.github.io/

Why is it awesome?

There is no alternative solution to this problem for async programs.

Added taskiq
@s3rius s3rius changed the title Update README.md Added taskiq project Dec 24, 2022
@krnr
Copy link

krnr commented Jan 7, 2023

There is no alternative solution

doesn't arq serve the same purpose?

@timofurrer
Copy link
Owner

@krnr arq as in https://github.com/samuelcolvin/arq ?

@timofurrer timofurrer merged commit f1c8015 into timofurrer:main Jan 8, 2023
@s3rius
Copy link
Contributor Author

s3rius commented Jan 10, 2023

doesn't arq serve the same purpose?

ARQ is only for Redis.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants