Django, Celery and Performance

Have developed a Django application which uses Celery to run tasks. Celery can scale by adding workers on the local node, or on remote nodes. Which is the best approach? Anyone tried either?

1 Reply

I hadn't heard of Celery previously, but after looking into it, I think that will be a really handy thing for another project I'm working on. Sorry for the useless response, but thanks! :-)

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct