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..
精彩评论