数据是从 MongoDB 中获取的。
用户需要设置 @boost 的 function_result_status_persistance_conf,
保存消费结果到 mongo 后,网页才能获取到对应的 queue 的消费结果。
数据是从 Redis 消费者心跳获取的。
用户需要设置 @boost 的 is_send_consumer_hearbeat_to_redis = True,
消费者心跳发送到 Redis 后,网页才能获取到对应的 queue 是否正在消费,在哪些机器消费。
请不要在 funboost_config.py 配置文件的 BrokerConnConfig.REDIS_DB 的 db 中放太多其他用途的缓存key,因为有redis scan命令操作。