什么是 Celery 应用程序 ( celery.app.App )?
有人可以解释一下什么是 celery 应用程序对象,此处 它的用途是什么?
Can somebody please explain me what is celery Application object, noted here and what purposes it should be used for?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
阅读此文档:
http://docs.celeryproject.org/en/latest /internals/app-overview.html
App
是 Celery 库的一个实例,您可以对 app 进行子类化以覆盖 Celery 行为方式的几乎任何部分和角落。Read this document:
http://docs.celeryproject.org/en/latest/internals/app-overview.html
The
App
is an instance of the Celery library, you can subclass app to override almost any part and corner of how Celery behaves.