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 celery support #17

Open
ayr-ton opened this issue Jun 1, 2022 · 1 comment
Open

add celery support #17

ayr-ton opened this issue Jun 1, 2022 · 1 comment
Labels
enhancement New feature or request

Comments

@ayr-ton
Copy link

ayr-ton commented Jun 1, 2022

Let's discuss how to add celery support, broke down the steps for starting working in PRs, and if still makes sense or Dramatiq/Huey instead.

@madkote
Copy link
Owner

madkote commented Jun 9, 2022

Let's discuss how to add celery support, broke down the steps for starting working in PRs, and if still makes sense or Dramatiq/Huey instead.

Hi @ayr-ton , celery is in the plan - but I have not used that extensively -> a use case would be very helpful.

Regarding Dramatiq/Huey:

  • Celery can be setup with Redis (a big plus for commercial use, whereby RabbitMQ is not always free to use)
  • Dramatiq currently relies on RabbitMQ and REDIS
  • Huey seems to be a good alternative also for commercial use.

We might start by any most popular framework, and that is Celery.

Any samples and use cases are welcome!
From my side, I will refresh my knowledge with celery and try Dramatiq and Huey.

thanks for interest!

@madkote madkote added the enhancement New feature or request label Jun 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants