Should I use Celery or Carrot for a Django project?

爷,独闯天下 提交于 2019-12-03 03:49:39

问题


I'm a little confused as to which one I should use. I think either will work, but is one better or more appropriate than the other?

http://github.com/ask/carrot/tree/master

http://github.com/ask/celery/tree/master


回答1:


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 ;-)




回答2:


May you should see this http://www.slideshare.net/idangazit/an-introduction-to-celery



来源:https://stackoverflow.com/questions/1102254/should-i-use-celery-or-carrot-for-a-django-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!