Should I use Celery or Carrot for a Django project? Should I use Celery or Carrot for a Django project? python python

Should I use Celery or Carrot for a Django project?


If you need to send/receive messages to/from AMQP message queues, use carrot.

If you want to run scheduled tasks on a number of machines, use celery.

If you're making soup, use both ;-)