从celery后端(redis)获取数据
如何从 Celery 后端获取数据(我真正需要的是任务的状态)?我正在使用Redis。
How do I get data(all I really need is the state of the task) from a Celery backend? I am using Redis.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
假设您将 CELERY_RESULT_BACKEND 配置为使用 redis(请参阅此处 ),然后您可以使用各种 方法。
我相信 celeryctl 应该足够了..
Assuming that you configured the CELERY_RESULT_BACKEND to use redis ( see here ), then you can monitor your application using a variety of methods.
I believe that celeryctl should suffice..