草庐IT

python - 我应该在 Django 项目中使用 Celery 还是 Carrot?

我对应该使用哪一个有点困惑。我认为任何一种都可以,但哪一种比另一种更好或更合适?http://github.com/ask/carrot/tree/masterhttp://github.com/ask/celery/tree/master 最佳答案 如果您需要向/从AMQP消息队列发送/接收消息,请使用carrot。如果您想在多台机器上运行计划任务,请使用celery。如果你在做汤,两个都用;-) 关于python-我应该在Django项目中使用Celery还是Carrot?,我们在S