liqian 3 yıl önce
ebeveyn
işleme
29cbe5c531
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      video_rank.py

+ 1 - 0
video_rank.py

@@ -106,6 +106,7 @@ def bottom_strategy(size, app_type, ab_code):
     redis_helper = RedisHelper()
     data = redis_helper.get_data_zset_with_index(key_name=key_name, start=0, end=1000)
     if not data:
+        log_.info('生产环境 —— ROV推荐进入了二次兜底, data = {}'.format(data))
         send_msg_to_feishu('生产环境 —— ROV推荐进入了二次兜底,请查看是否有数据更新失败问题。')
         # 二次兜底
         bottom_data = bottom_strategy_last(size=size, app_type=app_type, ab_code=ab_code)