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

发布于 2024-07-26 01:17:11 字数 297 浏览 6 评论 0原文

我有点困惑我应该使用哪一个。 我认为两者都可以,但其中一个比另一个更好或更合适吗?

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

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

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

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

早乙女 2024-08-02 01:17:11

如果您需要向 AMQP 消息队列发送消息/从 AMQP 消息队列接收消息,请使用 carrot

如果您想在多台机器上运行计划任务,请使用 celery。

如果你要做汤,请同时使用;-)

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文