开发者

fetching data from celery's backend(redis)

How do I get data开发者_运维技巧(all I really need is the state of the task) from a Celery backend? I am using Redis.


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..

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜