数据是从 MongoDB 中获取的。 用户需要设置 @boost 的 function_result_status_persistance_conf, 保存消费结果到 mongo 后,网页才能获取到对应的 queue 的消费结果。 如果用户没有mongo,可以不用这2个页面的功能就可以了,不影响其他页面功能的使用。
数据是从 Redis 消费者心跳获取的。
用户需要设置 @boost 的 is_send_consumer_heartbeat_to_redis = True, 消费者心跳发送到 Redis 后,网页才能获取到对应的 queue 是否正在消费,在哪些机器消费。