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

Differing Celery recommendations #143

Open
andrewtmendoza opened this issue Feb 23, 2019 · 1 comment
Open

Differing Celery recommendations #143

andrewtmendoza opened this issue Feb 23, 2019 · 1 comment

Comments

@andrewtmendoza
Copy link

Location within the Book

  • Chapter: 25 | Asynchronous Task Queues
  • Section: 25.2 Choosing Task Queue Software

Celery - use for high or low volume projects?

In the table describing different task queue options, the Pros for Celery are:

A Django and Python standard,
many different storage types,
flexible, full-featured, great for
high volume

Two paragraphs down, however, the first bullet reads:

If you have a good amount of Celery experience and are comfortable with it, then by all means
use it for small volume or toy projects.

I could be interpreting this wrong, but it seems like Celery is first recommended for high volume and later for small volume.

Thanks for writing such a great book!

@natecox
Copy link

natecox commented Feb 25, 2019

I think the intent here is that while Celery is delightfully powerful it's probably a bit overkill for your average todo app unless the boilerplate is in your blood; but, I could be wrong.

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

No branches or pull requests

2 participants