介绍celery flower 任务状态监控工具API的使用.参考地址
workers清单
curl http://localhost:5555/api/workers
tasks 清单
curl http://localhost:5555/api/tasks
task类型
curl http://localhost:5555/api/task/types
查看一个task详情
curl http://localhost:5555/api/task/info/e562920f-f81e-4620-80f6-348e6f0ebe4f
其中e562920f-f81e-4620-80f6-348e6f0ebe4f为task-id.