funboost web manager 说明

1. 函数结果 和 消费速率 2个页面

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

如果用户没有mongo,可以不用这2个页面的功能就可以了,不影响其他页面功能的使用。
            

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

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