funboost web manager 说明

1. 函数结果 和 消费速率

数据是从 MongoDB 中获取的。
用户需要设置 @boostfunction_result_status_persistance_conf, 保存消费结果到 mongo 后,网页才能获取到对应的 queue 的消费结果。

2. 运行中消费者 和 队列操作

数据是从 Redis 消费者心跳获取的。
用户需要设置 @boostis_send_consumer_hearbeat_to_redis = True, 消费者心跳发送到 Redis 后,网页才能获取到对应的 queue 是否正在消费,在哪些机器消费。

请不要在 funboost_config.py 配置文件的 BrokerConnConfig.REDIS_DB 的 db 中放太多其他用途的缓存key,因为有redis scan命令操作。