zhangbo 1 năm trước cách đây
mục cha
commit
ccfdb6dcf7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      alg_recsys_rank_item_realtime_feature.py

+ 1 - 1
alg_recsys_rank_item_realtime_feature.py

@@ -24,7 +24,7 @@ def process_and_store(row):
     key = REDIS_PREFIX + str(video_id)
     expire_time = 24 * 3600 * 2
     redis_helper.set_data_to_redis(key, json_str, expire_time)
-    log_.info("video-tags写入数据key={},value={}".format(key, json_str))
+    # log_.info("video写入数据key={},value={}".format(key, json_str))
 
 def check_data(project, table, partition) -> int:
     """检查数据是否准备好,输出数据条数"""