Browse Source

测试日志

zhangbo 6 months ago
parent
commit
29de26f4af
1 changed files with 2 additions and 1 deletions
  1. 2 1
      write_redis/alg_recsys_feature_07_vidh24pred_redis_task.sh

+ 2 - 1
write_redis/alg_recsys_feature_07_vidh24pred_redis_task.sh

@@ -14,7 +14,8 @@ if [[ $ROV_OFFLINE_ENV == 'test' ]]; then
   /root/anaconda3/bin/python alg_recsys_feature_07_vidh24pred_redis.py $cur_time $cur_h
 elif [[ $ROV_OFFLINE_ENV == 'pro' ]]; then
   echo "pro环境"
-  /root/anaconda3/bin/python alg_recsys_feature_07_vidh24pred_redis.py $cur_time $cur_h
+  #/root/anaconda3/bin/python alg_recsys_feature_07_vidh24pred_redis.py $cur_time $cur_h
+  /root/anaconda3/bin/python alg_recsys_feature_07_vidh24pred_redis.py $cur_time 20
   echo $?
   if [ $? -ne 0 ]; then
     msg="写redis的任务,预测视频vovh24使用的特征,alg_recsys_feature_07_vidh24pred_redis.py:${cur_time}-${cur_h}-something-is-wrong."