zhangbo hai 6 meses
pai
achega
29de26f4af
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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."