Should I use Celery or Carrot for a Django project?

后端 未结 2 902
忘了有多久
忘了有多久 2021-01-31 10:48

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/ma

相关标签:
2条回答
  • 2021-01-31 11:30

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

    0 讨论(0)
  • 2021-01-31 11:35

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

    0 讨论(0)
提交回复
热议问题