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?
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! :-)